Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
CCmpTemplateManager.cpp File Reference
#include "precompiled.h"
#include "simulation2/system/Component.h"
#include "ICmpTemplateManager.h"
#include "simulation2/MessageTypes.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/XML/RelaxNG.h"
#include "ps/XML/Xeromyces.h"

Go to the source code of this file.

Classes

class  CCmpTemplateManager
 

Functions

static Status AddToTemplates (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData)
 
static Status AddActorToTemplates (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData)
 

Variables

static const wchar_t TEMPLATE_ROOT [] = L"simulation/templates/"
 
static const wchar_t ACTOR_ROOT [] = L"art/actors/"
 

Function Documentation

static Status AddActorToTemplates ( const VfsPath pathname,
const CFileInfo fileInfo,
const uintptr_t  cbData 
)
static

Definition at line 449 of file CCmpTemplateManager.cpp.

static Status AddToTemplates ( const VfsPath pathname,
const CFileInfo fileInfo,
const uintptr_t  cbData 
)
static

Definition at line 432 of file CCmpTemplateManager.cpp.

Variable Documentation

const wchar_t ACTOR_ROOT[] = L"art/actors/"
static

Definition at line 32 of file CCmpTemplateManager.cpp.

const wchar_t TEMPLATE_ROOT[] = L"simulation/templates/"
static

Definition at line 31 of file CCmpTemplateManager.cpp.