Tanoda
|
Public Member Functions | |
Deque (int minCapacity=8) | |
void | Clear () |
void | PushBack (T t) |
void | PushFront (T t) |
void | PopBack () |
void | PopFront () |
void | PopBack (out T back) |
void | PopFront (out T front) |
string | ToDebugString () |
Properties | |
int | Count [get] |
T | Front [get, set] |
T | Back [get, set] |
T | this[int index] [get, set] |
Leap.Unity.Deque< T >.Deque | ( | int | minCapacity = 8 | ) |
void Leap.Unity.Deque< T >.Clear | ( | ) |
void Leap.Unity.Deque< T >.PopBack | ( | ) |
void Leap.Unity.Deque< T >.PopBack | ( | out T | back | ) |
void Leap.Unity.Deque< T >.PopFront | ( | ) |
void Leap.Unity.Deque< T >.PopFront | ( | out T | front | ) |
void Leap.Unity.Deque< T >.PushBack | ( | T | t | ) |
void Leap.Unity.Deque< T >.PushFront | ( | T | t | ) |
string Leap.Unity.Deque< T >.ToDebugString | ( | ) |
|
getset |
|
get |
|
getset |
|
getset |