Base, using the CRTP, of "empty" path elements (those that don't store additional data but derive their meaning from their path) More...
#include <osvr/Common/PathElementTypes.h>
Public Member Functions | |
| bool | operator== (EmptyElementBase< Type > const &) const |
| Trivial equality comparison operator. | |
Public Member Functions inherited from osvr::common::elements::ElementBase< Type > | |
| const char * | getTypeName () const |
Protected Member Functions | |
| EmptyElementBase () | |
| Protected constructor to force subclassing. | |
Protected Member Functions inherited from osvr::common::elements::ElementBase< Type > | |
| ElementBase () | |
| Protected constructor to force subclassing. More... | |
Additional Inherited Members | |
Public Types inherited from osvr::common::elements::ElementBase< Type > | |
| typedef Type | type |
| typedef ElementBase< Type > | base_type |
Base, using the CRTP, of "empty" path elements (those that don't store additional data but derive their meaning from their path)
Definition at line 84 of file PathElementTypes.h.