|  | 
| typedef std::vector< T >::iterator | iterator | 
|  | 
| typedef std::vector< T > ::const_iterator
 | const_iterator | 
|  | 
| typedef std::size_t | size_type | 
|  | 
|  | 
|  | gfx_buffer (size_type size) | 
|  | 
| T * | data () | 
|  | 
| const T * | data () const | 
|  | 
| size_type | size () const | 
|  | 
| const_iterator | cbegin () const | 
|  | 
| const_iterator | cend () const | 
|  | 
| iterator | begin () | 
|  | 
| iterator | end () | 
|  | 
| T & | operator[] (size_type pos) | 
|  | 
| const T & | operator[] (size_type pos) const | 
|  | 
The documentation for this class was generated from the following file: