#include <flags.hh>
Definition at line 33 of file flags.hh.
◆ Flags() [1/3]
Flags::Flags |
( |
const bool & |
b = false | ) |
|
◆ Flags() [2/3]
Flags::Flags |
( |
const char * |
flags | ) |
|
◆ Flags() [3/3]
Flags::Flags |
( |
const std::vector< bool > & |
flags | ) |
|
◆ add()
void Flags::add |
( |
const bool & |
b | ) |
|
◆ operator &=()
Flags& dynamicgraph::sot::Flags::operator&= |
( |
const Flags & |
f2 | ) |
|
◆ operator bool()
Flags::operator bool |
( |
void |
| ) |
const |
◆ operator!()
Flags dynamicgraph::sot::Flags::operator! |
( |
void |
| ) |
const |
◆ operator()()
bool Flags::operator() |
( |
const int & |
i | ) |
const |
◆ operator|=()
Flags & dynamicgraph::sot::Flags::operator|= |
( |
const Flags & |
f2 | ) |
|
◆ set()
void Flags::set |
( |
const unsigned int & |
i | ) |
|
◆ unset()
void Flags::unset |
( |
const unsigned int & |
i | ) |
|
◆ operator &
◆ operator<<
◆ operator>>
◆ operator|
◆ flags
std::vector<bool> dynamicgraph::sot::Flags::flags |
|
protected |
◆ outOfRangeFlag
bool dynamicgraph::sot::Flags::outOfRangeFlag |
|
protected |
The documentation for this class was generated from the following files: