OSVR-Core
Public Member Functions | Protected Member Functions | List of all members
osvr::common::elements::EmptyElementBase< Type > Class Template Reference

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>

Inheritance diagram for osvr::common::elements::EmptyElementBase< Type >:
osvr::common::elements::ElementBase< Type >

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
 

Detailed Description

template<typename Type>
class osvr::common::elements::EmptyElementBase< Type >

Base, using the CRTP, of "empty" path elements (those that don't store additional data but derive their meaning from their path)


The documentation for this class was generated from the following file: