Drake
|
#include <drake/systems/robotInterfaces/Side.h>
Public Types | |
enum | SideEnum { LEFT, RIGHT } |
Public Member Functions | |
Side () | |
Side (SideEnum v) | |
SideEnum | underlying () const |
bool | operator== (const Side &other) const |
bool | operator!= (const Side &other) const |
bool | operator< (const Side &other) const |
bool | operator<= (const Side &other) const |
bool | operator> (const Side &other) const |
bool | operator>= (const Side &other) const |
Side | oppositeSide () const |
std::string | toString () const |
Static Public Attributes | |
static const std::array< SideEnum, 2 > | values = {{Side::LEFT, Side::RIGHT}} |
enum SideEnum |
Side | ( | ) |
Side | ( | Side::SideEnum | v | ) |
bool operator!= | ( | const Side & | other | ) | const |
bool operator< | ( | const Side & | other | ) | const |
bool operator<= | ( | const Side & | other | ) | const |
bool operator== | ( | const Side & | other | ) | const |
bool operator> | ( | const Side & | other | ) | const |
bool operator>= | ( | const Side & | other | ) | const |
Side oppositeSide | ( | ) | const |
std::string toString | ( | ) | const |
|
inline |
|
static |