Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
libusbemu::QuickListMutexed< T > Struct Template Reference

#include <libusbemu_internal.h>

Inheritance diagram for libusbemu::QuickListMutexed< T >:
Inheritance graph
[legend]

Public Member Functions

void Append (T *node)
 
const bool Check () const
 
const bool Empty () const
 
T * Head () const
 
T * Last () const
 
const bool Member (T *node) const
 
 QuickListMutexed ()
 
 QuickListMutexed (const QuickListMutexed &rhs)
 
const bool Remove (T *node)
 
void Wait () const
 
const bool WaitUntilTimeout (unsigned int milliseconds) const
 
 ~QuickListMutexed ()
 
- Public Member Functions inherited from libusbemu::QuickList< T >
void Append (T *node)
 
const bool Empty () const
 
T * Head () const
 
T * Last () const
 
const bool Member (T *node) const
 
 QuickList ()
 
 QuickList (const QuickList &rhs)
 
const bool Remove (T *node)
 
 ~QuickList ()
 

Static Public Member Functions

static const bool Orphan (T *node)
 
- Static Public Member Functions inherited from libusbemu::QuickList< T >
static T * Next (T *node)
 
static const bool Orphan (T *node)
 
static T * Prev (T *node)
 
static void RemoveNode (T *node)
 

Protected Attributes

QuickEvent chomp
 
QuickMutex mutex
 

Additional Inherited Members

- Public Attributes inherited from libusbemu::QuickList< T >
end
 
ini
 

Detailed Description

template<typename T>
struct libusbemu::QuickListMutexed< T >

Definition at line 154 of file libusbemu_internal.h.

Constructor & Destructor Documentation

template<typename T >
libusbemu::QuickListMutexed< T >::QuickListMutexed ( )
inline

Definition at line 162 of file libusbemu_internal.h.

template<typename T >
libusbemu::QuickListMutexed< T >::QuickListMutexed ( const QuickListMutexed< T > &  rhs)
inline

Definition at line 163 of file libusbemu_internal.h.

template<typename T >
libusbemu::QuickListMutexed< T >::~QuickListMutexed ( )
inline

Definition at line 164 of file libusbemu_internal.h.

Member Function Documentation

template<typename T >
void libusbemu::QuickListMutexed< T >::Append ( T *  node)
inline

Definition at line 172 of file libusbemu_internal.h.

template<typename T >
const bool libusbemu::QuickListMutexed< T >::Check ( ) const
inline

Definition at line 227 of file libusbemu_internal.h.

template<typename T >
const bool libusbemu::QuickListMutexed< T >::Empty ( ) const
inline

Definition at line 165 of file libusbemu_internal.h.

template<typename T >
T* libusbemu::QuickListMutexed< T >::Head ( ) const
inline

Definition at line 181 of file libusbemu_internal.h.

template<typename T >
T* libusbemu::QuickListMutexed< T >::Last ( ) const
inline

Definition at line 188 of file libusbemu_internal.h.

template<typename T >
const bool libusbemu::QuickListMutexed< T >::Member ( T *  node) const
inline

Definition at line 195 of file libusbemu_internal.h.

template<typename T >
static const bool libusbemu::QuickListMutexed< T >::Orphan ( T *  node)
inlinestatic

Definition at line 211 of file libusbemu_internal.h.

template<typename T >
const bool libusbemu::QuickListMutexed< T >::Remove ( T *  node)
inline

Definition at line 202 of file libusbemu_internal.h.

template<typename T >
void libusbemu::QuickListMutexed< T >::Wait ( ) const
inline

Definition at line 223 of file libusbemu_internal.h.

template<typename T >
const bool libusbemu::QuickListMutexed< T >::WaitUntilTimeout ( unsigned int  milliseconds) const
inline

Definition at line 219 of file libusbemu_internal.h.

Member Data Documentation

template<typename T >
QuickEvent libusbemu::QuickListMutexed< T >::chomp
mutableprotected

Definition at line 159 of file libusbemu_internal.h.

template<typename T >
QuickMutex libusbemu::QuickListMutexed< T >::mutex
mutableprotected

Definition at line 158 of file libusbemu_internal.h.


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


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Mon Jun 10 2019 13:46:43