OSVR-Core
|
Base, using the CRTP, of "empty" path elements (those that don't store additional data but derive their meaning from their path) More...
#include <PathElementTypes.h>
Public Member Functions | |
bool | operator== (EmptyElementBase< Type > const &) const |
Trivial equality comparison operator. | |
![]() | |
const char * | getTypeName () const |
Protected Member Functions | |
EmptyElementBase () | |
Protected constructor to force subclassing. | |
![]() | |
ElementBase () | |
Protected constructor to force subclassing. More... | |
Additional Inherited Members | |
![]() | |
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)