T |
public inline nothrow void | Clear() |
public inline nothrow long | Count() const |
public inline nothrow const T& | Front() const |
public inline T | Get() |
public inline nothrow bool | IsEmpty() const |
public inline void | Put(T&& item) |
public inline void | Put(const T& item) |
public inline nothrow LinkedList<T>& | Rep() |
public typedef ValueType | T |
private LinkedList<T> | items |