FbxSet2< Type, Compare, Allocator >::Value Class Reference


Detailed Description

template<typename Type, typename Compare = FbxLessCompare<Type>, typename Allocator = FbxBaseAllocator>
class FbxSet2< Type, Compare, Allocator >::Value

This class defines the value type used by the set.

Definition at line 147 of file fbxset.h.

#include <fbxset.h>

List of all members.

Public Types

typedef const Type KeyType
typedef const Type ConstKeyType
typedef const Type ValueType
typedef const Type ConstValueType

Public Member Functions

 Value (const Type &pValue)
KeyTypeGetKey () const
ConstKeyTypeGetKey ()
ValueTypeGetValue () const
ConstValueTypeGetValue ()

Protected Attributes

ValueType mValue

Member Typedef Documentation

typedef const Type KeyType

Definition at line 154 of file fbxset.h.

typedef const Type ConstKeyType

Definition at line 155 of file fbxset.h.

typedef const Type ValueType

Definition at line 156 of file fbxset.h.

typedef const Type ConstValueType

Definition at line 157 of file fbxset.h.


Constructor & Destructor Documentation

Value ( const Type &  pValue) [inline]

Definition at line 159 of file fbxset.h.

: mValue(pValue){}

Member Function Documentation

KeyType& GetKey ( ) const [inline]

Definition at line 160 of file fbxset.h.

{ return mValue; }
ConstKeyType& GetKey ( ) [inline]

Definition at line 161 of file fbxset.h.

{ return mValue; }
ValueType& GetValue ( ) const [inline]

Definition at line 162 of file fbxset.h.

{ return mValue; }
ConstValueType& GetValue ( ) [inline]

Definition at line 163 of file fbxset.h.

{ return mValue; }

Member Data Documentation

ValueType mValue [protected]

Definition at line 166 of file fbxset.h.


The documentation for this class was generated from the following file:

FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value
FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value FbxSet2< Type, Compare, Allocator >::Value