Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13
Gecode::Search::TraceRecorder::ID Class Reference

Class for storing identifiers. More...

#include <trace-recorder.hpp>

Public Member Functions

 ID (void)
 Do not initialize. More...
 
 ID (unsigned int id)
 Initialize. More...
 
 operator unsigned int (void) const
 Access. More...
 

Protected Attributes

unsigned int _id
 The actual identifier. More...
 

Detailed Description

Class for storing identifiers.

Definition at line 61 of file trace-recorder.hpp.

Constructor & Destructor Documentation

◆ ID() [1/2]

Gecode::Search::TraceRecorder::ID::ID ( void  )
inline

Do not initialize.

Definition at line 167 of file trace-recorder.hpp.

◆ ID() [2/2]

Gecode::Search::TraceRecorder::ID::ID ( unsigned int  id)
inline

Initialize.

Definition at line 170 of file trace-recorder.hpp.

Member Function Documentation

◆ operator unsigned int()

Gecode::Search::TraceRecorder::ID::operator unsigned int ( void  ) const
inline

Access.

Definition at line 173 of file trace-recorder.hpp.

Member Data Documentation

◆ _id

unsigned int Gecode::Search::TraceRecorder::ID::_id
protected

The actual identifier.

Definition at line 64 of file trace-recorder.hpp.


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