Public Methods
-
inline buffered_object()
-
buffered_object& operator = (const buffered_object& rhs)
-
inline void setAllElementsTo(const T& t)
-
inline void clear()
-
inline bool empty() const
-
inline unsigned int size() const
-
inline T& operator[] (unsigned int pos)
-
inline const T& operator[] (unsigned int pos) const
Protected Fields
-
mutable std::vector<T> _array
Documentation
- inline buffered_object()
- buffered_object& operator = (const buffered_object& rhs)
- inline void setAllElementsTo(const T& t)
- inline void clear()
- inline bool empty() const
- inline unsigned int size() const
- inline T& operator[] (unsigned int pos)
- inline const T& operator[] (unsigned int pos) const
- mutable std::vector<T> _array
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.