Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Private Types | List of all members
utility::keys::KeyVectorTraits< K > Class Template Reference

KeyVector traits class. More...

#include <KeyVectorTraits.hh>

Public Types

typedefkey_type
 
typedef Vector::value_type value_type
 
typedef Vector::reference reference
 
typedef Vector::const_reference const_reference
 
typedef Vector::pointer pointer
 
typedef Vector::const_pointer const_pointer
 
typedef Vector::iterator iterator
 
typedef Vector::const_iterator const_iterator
 
typedef Vector::reverse_iterator reverse_iterator
 
typedef
Vector::const_reverse_iterator 
const_reverse_iterator
 
typedef Vector::size_type size_type
 
typedef Vector::index_type index_type
 
typedef Vector::difference_type difference_type
 
typedef Vector::allocator_type allocator_type
 
typedefKey
 
typedef Vector::Value Value
 
typedef Vector::Reference Reference
 
typedef Vector::ConstReference ConstReference
 
typedef Vector::Pointer Pointer
 
typedef Vector::ConstPointer ConstPointer
 
typedef Vector::Iterator Iterator
 
typedef Vector::ConstIterator ConstIterator
 
typedef Vector::ReverseIterator ReverseIterator
 
typedef
Vector::ConstReverseIterator 
ConstReverseIterator
 
typedef Vector::Size Size
 
typedef Vector::Index Index
 
typedef Vector::Difference Difference
 
typedef Vector::Allocator Allocator
 

Private Types

typedef vector1< K > Vector
 

Detailed Description

template<typename K>
class utility::keys::KeyVectorTraits< K >

KeyVector traits class.

Member Typedef Documentation

template<typename K >
typedef K utility::keys::KeyVectorTraits< K >::Key
template<typename K >
typedef K utility::keys::KeyVectorTraits< K >::key_type
template<typename K >
typedef vector1< K > utility::keys::KeyVectorTraits< K >::Vector
private

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