Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
containers.h File Reference
Include dependency graph for containers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SAMURAI_ALL_CONTAINERS()
 

Functions

ContainergetContainer (const char *name, samurai::memory::MemoryArena *memoryArena)
 

Macro Definition Documentation

◆ SAMURAI_ALL_CONTAINERS

#define SAMURAI_ALL_CONTAINERS ( )
Value:
SAMURAI_DECLARE_CONTAINER(Mario) \
SAMURAI_DECLARE_CONTAINER(MarioEditor)
#define SAMURAI_DECLARE_CONTAINER(x)
Definition containers.cpp:7
Definition mario.h:69

Definition at line 16 of file containers.h.

Function Documentation

◆ getContainer()

Container * getContainer ( const char * name,
samurai::memory::MemoryArena * memoryArena )

Definition at line 16 of file containers.cpp.

Here is the caller graph for this function: