SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SharpBCI.IndexableQueue< T > Class Template Reference

Weiss implementation of Circular Buffer with addition of indexability. More...

Public Member Functions

 IndexableQueue ()
 
 IndexableQueue (int size)
 
void Enqueue (T v)
 
Dequeue ()
 

Properties

int Count [get]
 
this[int idx] [get]
 

Detailed Description

Weiss implementation of Circular Buffer with addition of indexability.

Constructor & Destructor Documentation

SharpBCI.IndexableQueue< T >.IndexableQueue ( )
SharpBCI.IndexableQueue< T >.IndexableQueue ( int  size)

Member Function Documentation

T SharpBCI.IndexableQueue< T >.Dequeue ( )
void SharpBCI.IndexableQueue< T >.Enqueue ( v)

Property Documentation

int SharpBCI.IndexableQueue< T >.Count
get
T SharpBCI.IndexableQueue< T >.this[int idx]
get

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