Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::util::object_id< Tag, V > Class Template Reference

Base class of an object id. More...

#include <object_id.hh>

Inheritance diagram for mln::util::object_id< Tag, V >:
Inheritance graph

Public Types

typedef V value_t
 The underlying type id.
 

Public Member Functions

 object_id ()
 Constructors.
 

Detailed Description

template<typename Tag, typename V>
class mln::util::object_id< Tag, V >

Base class of an object id.

Template Parameters
Tagthe tag type
Equivthe equivalent value.

Definition at line 67 of file object_id.hh.

Member Typedef Documentation

template<typename Tag, typename V>
typedef V mln::util::object_id< Tag, V >::value_t

The underlying type id.

Definition at line 71 of file object_id.hh.

Constructor & Destructor Documentation

template<typename Tag , typename V >
object_id< Tag, V >::object_id ( )
inline

Constructors.

Definition at line 121 of file object_id.hh.