#include <osgIntrospection/Export>
#include <osgIntrospection/Reflection>
#include <osgIntrospection/type_traits>
#include <vector>
#include <memory>
#include <string>
Classes |
class | osgIntrospection::Value |
struct | osgIntrospection::Value::Instance_base |
struct | osgIntrospection::Value::Instance< T > |
struct | osgIntrospection::Value::Instance_box_base |
struct | osgIntrospection::Value::Instance_box< T > |
struct | osgIntrospection::Value::Ptr_instance_box< T > |
Namespaces |
namespace | osgIntrospection |
| The osgIntrospection library provides the an introspection/reflection framework for non intrusive run-time querying and calling of class properties and methods.
|
Defines |
#define | OSGINTROSPECTION_VALUE_ |
Typedefs |
typedef std::vector< Value > | osgIntrospection::ValueList |
| A vector of values.
|
Define Documentation
#define OSGINTROSPECTION_VALUE_ |