FbxMap< Key, Type, Compare, Allocator >::KeyValuePair Class Reference


Detailed Description

template<typename Key, typename Type, typename Compare = FbxLessCompare<Key>, typename Allocator = FbxBaseAllocator>
class FbxMap< Key, Type, Compare, Allocator >::KeyValuePair

This class defines the key-value pairs used by the map.

Definition at line 72 of file fbxmap.h.

#include <fbxmap.h>

Inheritance diagram for FbxMap< Key, Type, Compare, Allocator >::KeyValuePair:

List of all members.

Public Types

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

Public Member Functions

 KeyValuePair (const Key &pFirst, const Type &pSecond)
ConstKeyTypeGetKey () const
KeyTypeGetKey ()
ConstValueTypeGetValue () const
ValueTypeGetValue ()

Member Typedef Documentation

typedef const Key KeyType

Definition at line 79 of file fbxmap.h.

typedef const Key ConstKeyType

Definition at line 80 of file fbxmap.h.

typedef Type ValueType

Definition at line 81 of file fbxmap.h.

typedef const Type ConstValueType

Definition at line 82 of file fbxmap.h.


Constructor & Destructor Documentation

KeyValuePair ( const Key &  pFirst,
const Type &  pSecond 
) [inline]

Definition at line 84 of file fbxmap.h.

: FbxPair<const Key, Type>(pFirst, pSecond){}

Member Function Documentation

ConstKeyType& GetKey ( ) const [inline]

Definition at line 85 of file fbxmap.h.

{ return this->mFirst; }
KeyType& GetKey ( ) [inline]

Definition at line 86 of file fbxmap.h.

{ return this->mFirst; }
ConstValueType& GetValue ( ) const [inline]

Definition at line 87 of file fbxmap.h.

{ return this->mSecond; }
ValueType& GetValue ( ) [inline]

Definition at line 88 of file fbxmap.h.

{ return this->mSecond; }

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

FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair
FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair FbxMap< Key, Type, Compare, Allocator >::KeyValuePair