Initializing help system before first use

MapKey4

A key in a 4-dimensional map. More...

#include <xpress_maps.hpp>

Inheritance diagram for xpress::maps::MapKey4< K1, K2, K3, K4 >:
xpress::maps::ComparableMapKey4< K1, K2, K3, K4 >

Public Member Functions

  MapKey4 (K1 const &key1, K2 const &key2, K3 const &key3, K4 const &key4)
  Create a new 4-dimensional key from the given keys.
 
K1 &  getKey1 ()
  Get key number 1.
 
K2 &  getKey2 ()
  Get key number 2.
 
K3 &  getKey3 ()
  Get key number 3.
 
K4 &  getKey4 ()
  Get key number 4.
 

Detailed Description

template<typename K1, typename K2, typename K3, typename K4>
class xpress::maps::MapKey4< K1, K2, K3, K4 >

A key in a 4-dimensional map.

Instances of this class represent a tuple with 4 elements that can be used as key in instances of HashMap4.

Since
44.00

Constructor & Destructor Documentation

MapKey4()

template<typename K1 , typename K2 , typename K3 , typename K4 >
xpress::maps::MapKey4< K1, K2, K3, K4 >::MapKey4 ( K1 const & key1,
K2 const & key2,
K3 const & key3,
K4 const & key4 )
inline

Create a new 4-dimensional key from the given keys.

Since
44.00

Member Function Documentation

getKey1()

template<typename K1 , typename K2 , typename K3 , typename K4 >
K1 & xpress::maps::MapKey4< K1, K2, K3, K4 >::getKey1 ( )
inline

Get key number 1.

Since
44.00

getKey2()

template<typename K1 , typename K2 , typename K3 , typename K4 >
K2 & xpress::maps::MapKey4< K1, K2, K3, K4 >::getKey2 ( )
inline

Get key number 2.

Since
44.00

getKey3()

template<typename K1 , typename K2 , typename K3 , typename K4 >
K3 & xpress::maps::MapKey4< K1, K2, K3, K4 >::getKey3 ( )
inline

Get key number 3.

Since
44.00

getKey4()

template<typename K1 , typename K2 , typename K3 , typename K4 >
K4 & xpress::maps::MapKey4< K1, K2, K3, K4 >::getKey4 ( )
inline

Get key number 4.

Since
44.00

The documentation for this class was generated from the following file:
  • xpress_maps.hpp

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.