Public Types

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

List of all members.

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:
Tag the tag type
Equiv the equivalent value.

Definition at line 66 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 70 of file object_id.hh.


Constructor & Destructor Documentation

template<typename Tag , typename V >
mln::util::object_id< Tag, V >::object_id (  )  [inline]

Constructors.

Definition at line 120 of file object_id.hh.