CPN
Computational Process Networks
Classes | Namespaces | Macros | Typedefs
NodeLoader.h File Reference
#include <cpn/common.h>
#include <string>
#include <map>
#include <vector>
+ Include dependency graph for NodeLoader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPN::NodeLoader
 

Namespaces

 CPN
 

Macros

#define CPN_DEFAULT_INIT_SYMBOL   cpninit
 
#define CPN_DEFAULT_INIT_SYMBOL_STR   "cpninit"
 

Typedefs

typedef shared_ptr< NodeFactory >(* CPN::CPNInitPrototype )(void)
 This is the prototype of the function that is called by the dynamic library loading facility. More...
 

Detailed Description

Author
John Bridgman

Definition in file NodeLoader.h.

Macro Definition Documentation

#define CPN_DEFAULT_INIT_SYMBOL   cpninit

Definition at line 31 of file NodeLoader.h.

#define CPN_DEFAULT_INIT_SYMBOL_STR   "cpninit"

Definition at line 32 of file NodeLoader.h.

Referenced by CPN::NodeLoader::InternalLoad().