ug4
|
#include <vector>
#include <string>
#include <cstring>
#include <typeinfo>
#include <iostream>
#include <boost/function.hpp>
#include <boost/type_traits.hpp>
#include "global_function.h"
#include "class.h"
#include "param_to_type_value_list.h"
#include "parameter_stack.h"
#include "common/ug_config.h"
#include "registry_impl.h"
Go to the source code of this file.
Classes | |
class | ug::bridge::ClassGroupDesc |
groups classes. One of the members is the default member. More... | |
class | ug::bridge::Registry |
Registry for functions and classes that are exported to scripts and visualizations. More... | |
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Typedefs | |
typedef boost::function< void(Registry *pReg)> | ug::bridge::FuncRegistryChanged |
declaration of registry callback function. More... | |