Template Class StackFrameVector#
Defined in File StackFrameVector.h
Class Documentation#
-
template<class T>
class StackFrameVector# Public Types
-
typedef BufferType::reference reference#
-
typedef BufferType::const_reference const_reference#
-
typedef BufferType::iterator iterator#
-
typedef BufferType::const_iterator const_iterator#
-
typedef BufferType::size_type size_type#
-
typedef BufferType::difference_type difference_type#
-
typedef BufferType::value_type value_type#
-
typedef BufferType::allocator_type allocator_type#
-
typedef BufferType::pointer pointer#
-
typedef BufferType::const_pointer const_pointer#
-
typedef BufferType::reverse_iterator reverse_iterator#
-
typedef BufferType::const_reverse_iterator const_reverse_iterator#
Public Functions
-
StackFrameVector()#
-
StackFrameVector(const StackFrameVector&)#
-
StackFrameVector(size_type n, value_type initValue)#
-
~StackFrameVector()#
-
StackFrameVector *deepCopy() const#
-
const_iterator begin() const#
-
const_iterator end() const#
-
reverse_iterator rbegin()#
-
const_reverse_iterator rbegin() const#
-
reverse_iterator rend()#
-
const_reverse_iterator rend() const#
-
bool empty() const#
-
const_reference operator[](size_type) const#
-
const_reference at(size_type) const#
-
const_reference front() const#
-
const_reference back() const#
-
void setFrameSize(difference_type)#
-
void resetStack()#
-
value_type pop()#
-
void debugDump(std::ostream &s)#
-
typedef BufferType::reference reference#