Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Type File Reference

#include <osgIntrospection/Export>
#include <osgIntrospection/Exceptions>
#include <osgIntrospection/Value>
#include <osgIntrospection/CustomAttributeProvider>
#include <string>
#include <typeinfo>
#include <vector>
#include <map>
#include <algorithm>

Namespaces

namespace  osgIntrospection

Classes

class  osgIntrospection::Type

Typedefs

typedef std::vector< const
MethodInfo * > 
MethodInfoList
typedef std::vector< const
PropertyInfo * > 
PropertyInfoList
typedef std::vector< const
ParameterInfo * > 
ParameterInfoList
typedef std::vector< const
ConstructorInfo * > 
ConstructorInfoList
typedef std::map< int, std::string > EnumLabelMap

Functions

bool operator== (const Type &t1, const Type &t2)
bool operator!= (const Type &t1, const Type &t2)
bool operator< (const Type &t1, const Type &t2)
bool operator>= (const Type &t1, const Type &t2)
 Greater than or equal to operator. Returns !operator<().

Typedef Documentation

typedef std::vector<const ConstructorInfo* > osgIntrospection::ConstructorInfoList
 

typedef std::map<int, std::string> osgIntrospection::EnumLabelMap
 

typedef std::vector<const MethodInfo* > osgIntrospection::MethodInfoList
 

typedef std::vector<const ParameterInfo* > osgIntrospection::ParameterInfoList
 

typedef std::vector<const PropertyInfo* > osgIntrospection::PropertyInfoList
 


Function Documentation

bool operator!= const Type &  t1,
const Type &  t2
[inline]
 

Inequality test operator. Returns false if the two instances of Type describe the same type, true otherwise.

bool operator< const Type &  t1,
const Type &  t2
[inline]
 

Less than operator. Returns true if the first type comes before the second one. The actual ordering is implementation-dependent.

bool operator== const Type &  t1,
const Type &  t2
[inline]
 

Equality test operator. Returns true if the two instances of Type describe the same type, false otherwise.

bool operator>= const Type &  t1,
const Type &  t2
[inline]
 

Greater than or equal to operator. Returns !operator<().


Generated on Thu Sep 8 04:57:41 2005 for OpenSceneGraph by  doxygen 1.3.9.1