vrpn  07.33
Virtual Reality Peripheral Network
vrpn_MainloopObject.h File Reference

Header. More...

#include "vrpn_Connection.h"
#include <stdexcept>
Include dependency graph for vrpn_MainloopObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vrpn_MainloopObject
 An interface for all VRPN objects that have a "mainloop" method. Not instantiated directly: use vrpn_MainloopObject::wrap() to create one. More...
 
struct  vrpn_MainloopObject::CannotWrapNullPointerIntoMainloopObject
 Exception thrown when trying to wrap a NULL pointer. More...
 
class  detail::TypedMainloopObject< T >
 
class  detail::TypedMainloopObject< T * >
 Template class for holding generic VRPN objects with type information. More...
 
class  detail::TypedMainloopObject< vrpn_Connection * >
 Specialization for connections, since they're reference-counted. More...
 

Namespaces

 detail
 Namespace enclosing internal implementation details.
 

Macros

#define VRPN_MAINLOOPOBJECT_MSG(_x)
 

Variables

class VRPN_API vrpn_Connection
 

Detailed Description

Header.

Date
2011
Author
Ryan Pavlik rpavl.nosp@m.ik@i.nosp@m.astat.nosp@m.e.ed.nosp@m.u and abiry.nosp@m.an@r.nosp@m.yand..nosp@m.net http://academic.cleardefinition.com/ Iowa State University Virtual Reality Applications Center Human-Computer Interaction Graduate Program

Definition in file vrpn_MainloopObject.h.

Macro Definition Documentation

◆ VRPN_MAINLOOPOBJECT_MSG

#define VRPN_MAINLOOPOBJECT_MSG (   _x)

Definition at line 37 of file vrpn_MainloopObject.h.

Variable Documentation

◆ vrpn_Connection

Definition at line 1 of file vrpn_MainloopObject.h.