|
ug4
|
#include <string>#include <vector>#include <sstream>#include "parameter_stack.h"#include "function_traits.h"#include "param_to_type_value_list.h"#include "common/ug_config.h"#include <iostream>Go to the source code of this file.
Classes | |
| class | ug::bridge::ExportedFunction |
| This class describes a wrapper for a c++ - function, that is exported by ug. More... | |
| class | ug::bridge::ExportedFunctionBase |
| Base class for function/method export. More... | |
| class | ug::bridge::ExportedFunctionGroup |
| Groups of Functions - useful to realize overloaded functions. More... | |
| struct | ug::bridge::FunctionProxy< TFunc, TRet > |
| struct | ug::bridge::FunctionProxy< TFunc, void > |
| struct | ug::bridge::ExportedFunctionGroup::Overload |
| struct | ug::bridge::UG_REGISTRY_ERROR_FunctionOrMethodNameMissing |
| Exception throw, if method name has not been given. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::bridge |