#include <program.h>
Public Types | |
typedef void | BaseType |
typedef Map::const_iterator | ConstIterator |
typedef Map::iterator | Iterator |
typedef std::map< std::string, GLuint > | Map |
typedef FragmentOutputBinding | ThisType |
typedef Map::value_type | Value |
Public Member Functions | |
void | clear (void) |
FragmentOutputBinding (void) | |
GLuint | operator[] (const std::string &outName) const |
GLuint & | operator[] (const std::string &outName) |
Public Attributes | |
Map | bindings |
typedef void glw::FragmentOutputBinding::BaseType |
typedef Map::const_iterator glw::FragmentOutputBinding::ConstIterator |
typedef Map::iterator glw::FragmentOutputBinding::Iterator |
typedef std::map<std::string, GLuint> glw::FragmentOutputBinding::Map |
typedef Map::value_type glw::FragmentOutputBinding::Value |
glw::FragmentOutputBinding::FragmentOutputBinding | ( | void | ) | [inline] |
void glw::FragmentOutputBinding::clear | ( | void | ) | [inline] |
GLuint glw::FragmentOutputBinding::operator[] | ( | const std::string & | outName | ) | const [inline] |
GLuint& glw::FragmentOutputBinding::operator[] | ( | const std::string & | outName | ) | [inline] |