Code::Blocks  SVN r11506
Namespaces | Typedefs | Variables
projectloader_hooks.cpp File Reference
#include "sdk_precomp.h"
#include "projectloader_hooks.h"
#include "tinyxml.h"
#include <map>
Include dependency graph for projectloader_hooks.cpp:

Go to the source code of this file.

Namespaces

 ProjectLoaderHooks
 Provides static functions to add hooks to the project loading/saving procedure.
 

Typedefs

typedef std::map< int, HookFunctorBase * > ProjectLoaderHooks::HookFunctorsMap
 

Variables

static HookFunctorsMap ProjectLoaderHooks::s_HookFunctorsMap
 
static int ProjectLoaderHooks::s_UniqueID = 0