MeshBaker
Public Member Functions | Properties | List of all members
SpecialQueue< T > Class Template Reference

Public Member Functions

void Enqueue (T t)
 
Dequeue ()
 
Peek ()
 
bool Remove (T t)
 
bool Contains (T t)
 

Properties

int Count [get]
 

Member Function Documentation

§ Contains()

bool SpecialQueue< T >.Contains ( t)

§ Dequeue()

T SpecialQueue< T >.Dequeue ( )

§ Enqueue()

void SpecialQueue< T >.Enqueue ( t)

§ Peek()

T SpecialQueue< T >.Peek ( )

§ Remove()

bool SpecialQueue< T >.Remove ( t)

Property Documentation

§ Count

int SpecialQueue< T >.Count
get

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