cfl_registry.h File Reference

Runtime interface, registry for faudes-types and functions. More...

#include "cfl_types.h"
#include "cfl_functions.h"

Go to the source code of this file.

Classes

class  faudes::TypeRegistry
 The TypeRegistry registers faudes-types. More...
 
class  faudes::AutoRegisterType< T >
 Auto register faudes-type with specified type name. More...
 
class  faudes::AutoRegisterXElementTag< T >
 
class  faudes::FunctionRegistry
 The FunctionRegistry registers faudes-functions. More...
 

Namespaces

 faudes
 libFAUDES resides within the namespace faudes.
 

Functions

void faudes::LoadRegistry (const std::string &rPath="")
 Load all registered types and functions. More...
 
void faudes::SaveRegistry (const std::string &rPath="")
 Dump all registered types and functions. More...
 
void faudes::ClearRegistry (void)
 Clear all registry. More...
 
Type * faudes::NewFaudesObject (const std::string &rTypeName)
 Instantiate faudes typed objects by type name. More...
 
const std::string & faudes::FaudesTypeName (const Type &rObject)
 Query type name. More...
 
bool faudes::FaudesTypeTest (const std::string &rTypeName, const Type &rObject)
 Test type compatibility. More...
 
Function * faudes::NewFaudesFunction (const std::string &rFunctName)
 Instantiate faudes function objects by function name. More...
 
FAUDES_API const std::string & faudes::FaudesFunctionName (const Type &rObject)
 Query function name. More...
 

Detailed Description

Runtime interface, registry for faudes-types and functions.

Definition in file cfl_registry.h.

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen