Doxygen
Loading...
Searching...
No Matches
CommandOverrides Class Reference

#include <src/entry.h>

Public Member Functions

 CommandOverrides ()
 
void reset ()
 
bool to_store_type (bool t) const
 
int to_store_type (CLASS_GRAPH_t t) const
 
bool from_store_type (bool t) const
 
CLASS_GRAPH_t from_store_type (int t) const
 

Detailed Description

Definition at line 51 of file entry.h.

Constructor & Destructor Documentation

◆ CommandOverrides()

CommandOverrides::CommandOverrides ( )
inline

Definition at line 61 of file entry.h.

61{ reset(); }
void reset()
Definition entry.h:62

References reset().

Member Function Documentation

◆ from_store_type() [1/2]

bool CommandOverrides::from_store_type ( bool t) const
inline

Definition at line 67 of file entry.h.

67{ return t; }

◆ from_store_type() [2/2]

CLASS_GRAPH_t CommandOverrides::from_store_type ( int t) const
inline

Definition at line 68 of file entry.h.

68{ return static_cast<CLASS_GRAPH_t>(t); }

◆ reset()

void CommandOverrides::reset ( )
inline

Definition at line 62 of file entry.h.

62{ std::memset(this, 0, sizeof(*this)); }

Referenced by CommandOverrides().

◆ to_store_type() [1/2]

bool CommandOverrides::to_store_type ( bool t) const
inline

Definition at line 65 of file entry.h.

65{ return t; }

◆ to_store_type() [2/2]

int CommandOverrides::to_store_type ( CLASS_GRAPH_t t) const
inline

Definition at line 66 of file entry.h.

66{ return static_cast<int>(t); }

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