AJA NTV2 SDK  18.0.0.2717
NTV2 SDK 18.0.0.2717
CQueue< T > Class Template Reference

#include <wxutil.h>

Public Member Functions

 CQueue (int n)
 
 CQueue ()
 
 ~CQueue ()
 
GetQueueObject ()
 
void PutQueueObject (T Object)
 

Detailed Description

template<class T>
class CQueue< T >

Definition at line 261 of file wxutil.h.

Constructor & Destructor Documentation

◆ CQueue() [1/2]

template<class T >
CQueue< T >::CQueue ( int  n)
inline

Definition at line 282 of file wxutil.h.

◆ CQueue() [2/2]

template<class T >
CQueue< T >::CQueue ( )
inline

Definition at line 286 of file wxutil.h.

◆ ~CQueue()

template<class T >
CQueue< T >::~CQueue ( )
inline

Definition at line 290 of file wxutil.h.

Member Function Documentation

◆ GetQueueObject()

template<class T >
T CQueue< T >::GetQueueObject ( )
inline

Definition at line 297 of file wxutil.h.

◆ PutQueueObject()

template<class T >
void CQueue< T >::PutQueueObject ( Object)
inline

Definition at line 319 of file wxutil.h.


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