Metaprogramming to generate a VRPN server object out of an MPL sequence of types. More...
#include <osvr/Connection/GenerateCompoundServer.h>
Classes | |
| struct | ChainBase |
| struct | IsLast |
| struct | LeafBase |
| Compute base class: the current class from the sequence. More... | |
| class | ServerElement |
| Forward declare the main class. More... | |
| class | ServerElement< Iter, false > |
| class | ServerElement< Iter, true > |
Public Types | |
| typedef ServerElement | type |
| Computed server type. | |
Static Public Member Functions | |
| static type * | make (ConstructorArgument &init) |
| Create a server. | |
Metaprogramming to generate a VRPN server object out of an MPL sequence of types.
Definition at line 47 of file GenerateCompoundServer.h.