#include <cldeque.h>
Public Types | |
| typedef std::deque< T >::size_type | size_type |
Public Member Functions | |
| cldeque () | |
| cldeque (size_type _n) | |
| cldeque (size_type _n, const T &_t) | |
| void | setSize (size_type _n) |
| void | push_front (const T &_t) |
| const T & | operator[] (size_type _idx) const |
| T & | operator[] (size_type _idx) |
| void | assign (size_type _size, const T &_t) |
| size_type | size () const |
Private Attributes | |
| std::deque< T > | cld |
Definition at line 7 of file cldeque.h.
it will resize deque
Definition at line 18 of file cldeque.h.
Referenced by CompuCell3D::CellVelocityData::resize().
| void cldeque< T >::push_front | ( | const T & | _t | ) | [inline] |
Definition at line 35 of file cldeque.h.
Referenced by CompuCell3D::CellVelocityData::CellVelocityData().
Definition at line 39 of file cldeque.h.
Referenced by CompuCell3D::CellVelocityData::produceVelocityHistoryFromSource(), and CompuCell3D::CellVelocityData::size().
1.5.6