|
Schnek
|
Classes | |
| class | iterator |
Public Types | |
| typedef Grid< unsigned char, 1, GridAssertCheck > | BufferType |
Public Member Functions | |
| template<class ContainerType > | |
| void | makeBuffer (ContainerType &container) |
| BufferType & | getBuffer () |
| iterator | begin () |
| iterator | end () |
| void schnek::DataBuffer< T >::makeBuffer | ( | ContainerType & | container | ) |
Make the buffer from some data. ContainerType is expected to contain pointers (or iterators) to T.
| first | |
| last |