Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_ThreadCommandQueue.h File Reference
Include dependency graph for OVR_ThreadCommandQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  OVR::ThreadCommand
 
class  OVR::ThreadCommand::NotifyEvent
 
class  OVR::ThreadCommand::PopBuffer
 
struct  OVR::CleanType< T >
 
struct  OVR::CleanType< T & >
 
struct  OVR::CleanType< const T >
 
struct  OVR::CleanType< const T & >
 
struct  OVR::SelfType< T >
 
struct  OVR::Void
 
class  OVR::ThreadCommandMF0< C, R >
 
class  OVR::ThreadCommandMF1< C, R, A0 >
 
class  OVR::ThreadCommandMF2< C, R, A0, A1 >
 
class  OVR::ThreadCommandQueue
 

Namespaces

 OVR
 

Data Structure Documentation

struct OVR::CleanType

template<class T>
struct OVR::CleanType< T >

Definition at line 114 of file OVR_ThreadCommandQueue.h.

Inheritance diagram for OVR::CleanType< T >:
Inheritance graph
Collaboration diagram for OVR::CleanType< T >:
Collaboration graph
Data Fields
typedef T Type
struct OVR::CleanType< T & >

template<class T>
struct OVR::CleanType< T & >

Definition at line 115 of file OVR_ThreadCommandQueue.h.

Collaboration diagram for OVR::CleanType< T & >:
Collaboration graph
Data Fields
typedef T Type
struct OVR::CleanType< const T >

template<class T>
struct OVR::CleanType< const T >

Definition at line 116 of file OVR_ThreadCommandQueue.h.

Collaboration diagram for OVR::CleanType< const T >:
Collaboration graph
Data Fields
typedef T Type
struct OVR::CleanType< const T & >

template<class T>
struct OVR::CleanType< const T & >

Definition at line 117 of file OVR_ThreadCommandQueue.h.

Collaboration diagram for OVR::CleanType< const T & >:
Collaboration graph
Data Fields
typedef T Type
struct OVR::SelfType

template<class T>
struct OVR::SelfType< T >

Definition at line 122 of file OVR_ThreadCommandQueue.h.

Collaboration diagram for OVR::SelfType< T >:
Collaboration graph
Data Fields
typedef T Type