#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 VertexAttributeBinding | ThisType |
| typedef Map::value_type | Value |
Public Member Functions | |
| void | clear (void) |
| GLuint | operator[] (const std::string &attributeName) const |
| GLuint & | operator[] (const std::string &attributeName) |
| VertexAttributeBinding (void) | |
Public Attributes | |
| Map | bindings |
| typedef void glw::VertexAttributeBinding::BaseType |
| typedef Map::const_iterator glw::VertexAttributeBinding::ConstIterator |
| typedef Map::iterator glw::VertexAttributeBinding::Iterator |
| typedef std::map<std::string, GLuint> glw::VertexAttributeBinding::Map |
| typedef Map::value_type glw::VertexAttributeBinding::Value |
| glw::VertexAttributeBinding::VertexAttributeBinding | ( | void | ) | [inline] |
| void glw::VertexAttributeBinding::clear | ( | void | ) | [inline] |
| GLuint glw::VertexAttributeBinding::operator[] | ( | const std::string & | attributeName | ) | const [inline] |
| GLuint& glw::VertexAttributeBinding::operator[] | ( | const std::string & | attributeName | ) | [inline] |