|
__INLINE element * | data () |
|
__INLINE const element * | data () const |
|
| shell (array< element > &arr) |
|
| shell (element *link, size_type size) |
|
| shell (const shell &other) |
|
__INLINE const element & | operator[] (size_type n) const |
|
__INLINE element & | operator[] (size_type n) |
|
__INLINE const element & | at (size_type n) const |
|
__INLINE element & | at (size_type n) |
|
shell & | operator= (shell const &other) |
|
void | push_back (const element &e) |
|
void | pop_back () |
|
__INLINE element & | back () |
|
__INLINE const element & | back () const |
|
__INLINE element & | front () |
|
__INLINE const element & | front () const |
|
__INLINE size_type | capacity () |
|
__INLINE bool | empty () const |
|
void | resize (size_type n, element c=element()) |
|
__INLINE size_type | size () const |
|
void | clear () |
|
void | swap (shell< element > &other) |
|
__INLINE iterator | begin () |
|
__INLINE iterator | end () |
|
__INLINE const_iterator | begin () const |
|
__INLINE const_iterator | end () const |
|
__INLINE reverse_iterator | rbegin () |
|
__INLINE reverse_iterator | rend () |
|
__INLINE const_reverse_iterator | rbegin () const |
|
__INLINE const_reverse_iterator | rend () const |
|
iterator | erase (iterator pos) |
|
iterator | erase (iterator b, iterator e) |
|
iterator | insert (iterator pos, const element &x) |
|
void | insert (iterator pos, size_type n, const element &x) |
|
template<class InputIterator > |
void | insert (iterator pos, InputIterator first, InputIterator last) |
|
template<class InputIterator > |
void | replace (iterator m_first, iterator m_last, InputIterator first, InputIterator last) |
|
template<class InputIterator > |
void | assign (InputIterator first, InputIterator last) |
|
template<typename element>
class INMOST::shell< element >
Definition at line 477 of file container.hpp.
The documentation for this class was generated from the following file: