OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::connection::server_generation::GenerateServer< Types > Struct Template Reference

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 typemake (ConstructorArgument &init)
 Create a server.
 

Detailed Description

template<typename Types>
struct osvr::connection::server_generation::GenerateServer< Types >

Metaprogramming to generate a VRPN server object out of an MPL sequence of types.

Definition at line 47 of file GenerateCompoundServer.h.


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