All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Friends
boost::detail::enum_base< Derived, ValueType > Class Template Reference

#include <base.hpp>

Inheritance diagram for boost::detail::enum_base< Derived, ValueType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef enum_iterator< Derived > const_iterator
typedef size_t index_type
typedef boost::optional< Derived > optional
typedef enum_base< Derived,
ValueType > 
this_type
typedef ValueType value_type

Public Member Functions

 enum_base ()
 enum_base (index_type index)
index_type index () const
bool operator< (const this_type &rhs) const
bool operator== (const this_type &rhs) const
const char * str () const
value_type value () const

Static Public Member Functions

static const_iterator begin ()
static const_iterator end ()
static optional get_by_index (index_type index)
static optional get_by_value (value_type value)

Protected Attributes

index_type m_index

Friends

class enum_iterator< Derived >

Detailed Description

template<typename Derived, typename ValueType = int>
class boost::detail::enum_base< Derived, ValueType >

Definition at line 27 of file base.hpp.


Member Typedef Documentation

template<typename Derived, typename ValueType = int>
typedef enum_iterator<Derived> boost::detail::enum_base< Derived, ValueType >::const_iterator

Definition at line 34 of file base.hpp.

template<typename Derived, typename ValueType = int>
typedef size_t boost::detail::enum_base< Derived, ValueType >::index_type

Definition at line 32 of file base.hpp.

template<typename Derived, typename ValueType = int>
typedef boost::optional<Derived> boost::detail::enum_base< Derived, ValueType >::optional

Reimplemented in expanded::Level.

Definition at line 35 of file base.hpp.

template<typename Derived, typename ValueType = int>
typedef enum_base<Derived, ValueType> boost::detail::enum_base< Derived, ValueType >::this_type

Definition at line 31 of file base.hpp.

template<typename Derived, typename ValueType = int>
typedef ValueType boost::detail::enum_base< Derived, ValueType >::value_type

Definition at line 33 of file base.hpp.


Constructor & Destructor Documentation

template<typename Derived, typename ValueType = int>
boost::detail::enum_base< Derived, ValueType >::enum_base ( ) [inline]

Definition at line 38 of file base.hpp.

template<typename Derived, typename ValueType = int>
boost::detail::enum_base< Derived, ValueType >::enum_base ( index_type  index) [inline]

Definition at line 39 of file base.hpp.


Member Function Documentation

template<typename Derived, typename ValueType = int>
static const_iterator boost::detail::enum_base< Derived, ValueType >::begin ( ) [inline, static]

Definition at line 41 of file base.hpp.

template<typename Derived, typename ValueType = int>
static const_iterator boost::detail::enum_base< Derived, ValueType >::end ( ) [inline, static]

Definition at line 46 of file base.hpp.

template<typename Derived, typename ValueType = int>
static optional boost::detail::enum_base< Derived, ValueType >::get_by_index ( index_type  index) [inline, static]

Definition at line 63 of file base.hpp.

template<typename Derived, typename ValueType = int>
static optional boost::detail::enum_base< Derived, ValueType >::get_by_value ( value_type  value) [inline, static]

Definition at line 51 of file base.hpp.

template<typename Derived, typename ValueType = int>
index_type boost::detail::enum_base< Derived, ValueType >::index ( ) const [inline]

Definition at line 84 of file base.hpp.

template<typename Derived, typename ValueType = int>
bool boost::detail::enum_base< Derived, ValueType >::operator< ( const this_type rhs) const [inline]

Definition at line 94 of file base.hpp.

template<typename Derived, typename ValueType = int>
bool boost::detail::enum_base< Derived, ValueType >::operator== ( const this_type rhs) const [inline]

Definition at line 89 of file base.hpp.

template<typename Derived, typename ValueType = int>
const char* boost::detail::enum_base< Derived, ValueType >::str ( ) const [inline]

Definition at line 69 of file base.hpp.

template<typename Derived, typename ValueType = int>
value_type boost::detail::enum_base< Derived, ValueType >::value ( ) const [inline]

Definition at line 76 of file base.hpp.


Friends And Related Function Documentation

template<typename Derived, typename ValueType = int>
friend class enum_iterator< Derived > [friend]

Definition at line 104 of file base.hpp.


Member Data Documentation

template<typename Derived, typename ValueType = int>
index_type boost::detail::enum_base< Derived, ValueType >::m_index [protected]

Definition at line 105 of file base.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


telekyb_defines
Author(s): Dr. Antonio Franchi and Martin Riedel
autogenerated on Mon Nov 11 2013 11:12:31