Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
raii/memory/main.cpp File Reference

Main using the RAII Buffer class. More...

#include "buffer.h"
#include <iostream>
Include dependency graph for raii/memory/main.cpp:

Go to the source code of this file.

Functions

void printBuffer (const Buffer &buf)
 Prints the contents of a buffer. More...
 
int main ()
 

Detailed Description

Main using the RAII Buffer class.

Definition in file raii/memory/main.cpp.

Function Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( )

Definition at line 43 of file raii/memory/main.cpp.

References printBuffer().

Here is the call graph for this function: