HDK
|
#include "SIM_API.h"
#include <UT/UT_String.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
Go to the source code of this file.
Classes | |
class | SIM_DataFactory |
class | SIM_DataFactoryCreator |
Typedefs | |
typedef void(* | SIM_GetSuperclasses )(UT_StringArray &) |
typedef SIM_Data *(* | SIM_DataConstructor )(const SIM_DataFactory *) |
typedef void(* | SIM_DataDestructor )(SIM_Data *) |
typedef SIM_Data*(* SIM_DataConstructor)(const SIM_DataFactory *) |
Definition at line 24 of file SIM_DataFactory.h.
Definition at line 25 of file SIM_DataFactory.h.
typedef void(* SIM_GetSuperclasses)(UT_StringArray &) |
Definition at line 23 of file SIM_DataFactory.h.