Skip to main content

The CommandOverrides Class Reference

Declaration

class CommandOverrides { ... }

Included Headers

#include <src/entry.h>

Public Constructors Index

CommandOverrides ()

Public Member Functions Index

voidreset ()
boolto_store_type (bool t) const
intto_store_type (CLASS_GRAPH_t t) const
boolfrom_store_type (bool t) const
CLASS_GRAPH_tfrom_store_type (int t) const

Definition at line 51 of file entry.h.

Public Constructors

CommandOverrides()

CommandOverrides::CommandOverrides ()
inline

Definition at line 61 of file entry.h.

Reference reset.

Public Member Functions

from_store_type()

bool CommandOverrides::from_store_type (bool t)
inline

Definition at line 67 of file entry.h.

67 bool from_store_type(bool t) const { return t; }

from_store_type()

CLASS_GRAPH_t CommandOverrides::from_store_type (int t)
inline

Definition at line 68 of file entry.h.

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

reset()

void CommandOverrides::reset ()
inline

Definition at line 62 of file entry.h.

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

Referenced by CommandOverrides.

to_store_type()

bool CommandOverrides::to_store_type (bool t)
inline

Definition at line 65 of file entry.h.

65 bool to_store_type(bool t) const { return t; }

to_store_type()

int CommandOverrides::to_store_type (CLASS_GRAPH_t t)
inline

Definition at line 66 of file entry.h.

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

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.