MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.stream.DataQueryCollection Class Reference

The DataQueryCollection manages all active data queries. More...

Inheritance diagram for MyCaffe.db.stream.DataQueryCollection:
MyCaffe.basecode.GenericList< DataQuery >

Public Member Functions

 DataQueryCollection ()
 The constructor. More...
 
void Dispose ()
 Release all data queries. More...
 
void Start ()
 Enable all data queries allowing each to actively query data, filling their internal queues. More...
 
void Stop ()
 Stop all data queries from actively querying data. More...
 
void Shutdown ()
 Shutdown all data queries, stopping their internal query threads. More...
 
- Public Member Functions inherited from MyCaffe.basecode.GenericList< DataQuery >
 GenericList ()
 The constructor. More...
 
virtual void Add (T item)
 Add a new item to the list. More...
 
bool Remove (T item)
 Remove an item from the list. More...
 
void RemoveAt (int nIdx)
 Remove the item at a given index in the list. More...
 
void Clear ()
 Remove all items from the list. More...
 
IEnumerator< T > GetEnumerator ()
 Get the list enumerator. More...
 

Additional Inherited Members

- Protected Attributes inherited from MyCaffe.basecode.GenericList< DataQuery >
List< T > m_rgItems
 The actual list of items. More...
 
- Properties inherited from MyCaffe.basecode.GenericList< DataQuery >
int Count [get]
 Returns the number of items in the list. More...
 
this[int nIdx] [getset]
 Get/set the item at an index in the list. More...
 

Detailed Description

The DataQueryCollection manages all active data queries.

Definition at line 13 of file DataQueryCollection.cs.

Constructor & Destructor Documentation

◆ DataQueryCollection()

MyCaffe.db.stream.DataQueryCollection.DataQueryCollection ( )

The constructor.

Definition at line 18 of file DataQueryCollection.cs.

Member Function Documentation

◆ Dispose()

void MyCaffe.db.stream.DataQueryCollection.Dispose ( )

Release all data queries.

Definition at line 25 of file DataQueryCollection.cs.

◆ Shutdown()

void MyCaffe.db.stream.DataQueryCollection.Shutdown ( )

Shutdown all data queries, stopping their internal query threads.

Definition at line 58 of file DataQueryCollection.cs.

◆ Start()

void MyCaffe.db.stream.DataQueryCollection.Start ( )

Enable all data queries allowing each to actively query data, filling their internal queues.

Definition at line 36 of file DataQueryCollection.cs.

◆ Stop()

void MyCaffe.db.stream.DataQueryCollection.Stop ( )

Stop all data queries from actively querying data.

Definition at line 47 of file DataQueryCollection.cs.


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