Gobelijn API documentation
- generated for commit a0cbea7
|
Main using the RAII Buffer class. More...
Go to the source code of this file.
Functions | |
void | printBuffer (const Buffer &buf) |
Prints the contents of a buffer. More... | |
int | main () |
Main using the RAII Buffer class.
Definition in file raii/memory/main.cpp.
void printBuffer | ( | const Buffer & | buf | ) |
Prints the contents of a buffer.
Definition at line 28 of file raii/memory/main.cpp.
References Raii::Buffer::GetSize().
Referenced by main().
int main | ( | ) |
Definition at line 43 of file raii/memory/main.cpp.
References printBuffer().