Usage example: More...
#include <Keywords.h>
Public Member Functions | |
operator double () | |
operator std::string () | |
operator tf::Vector3 () | |
Public Attributes | |
double | d |
std::string | s |
tf::Vector3 | v |
Usage example:
Keywords.h - create and pass multiple <string, value> maps conveniently in a association-list style. Defines a type for passing key/value pairs as function parameters in a compact way. the () operator is overloaded in a way to collect multiple key/value pairs.
Definition at line 55 of file Keywords.h.
KeyValPair::operator double | ( | ) | [inline] |
Definition at line 62 of file Keywords.h.
KeyValPair::operator std::string | ( | ) | [inline] |
Definition at line 60 of file Keywords.h.
KeyValPair::operator tf::Vector3 | ( | ) | [inline] |
Definition at line 61 of file Keywords.h.
double KeyValPair::d |
Definition at line 58 of file Keywords.h.
std::string KeyValPair::s |
Definition at line 56 of file Keywords.h.
tf::Vector3 KeyValPair::v |
Definition at line 57 of file Keywords.h.