template<class T> class osg::buffered_object


Public Methods

[more]inline buffered_object()
[more]buffered_object& operator = (const buffered_object& rhs)
[more]inline void setAllElementsTo(const T& t)
[more]inline void clear()
[more]inline bool empty() const
[more]inline unsigned int size() const
[more]inline T& operator[] (unsigned int pos)
[more]inline const T& operator[] (unsigned int pos) const

Protected Fields

[more]mutable std::vector<T> _array


Documentation

oinline buffered_object()

obuffered_object& operator = (const buffered_object& rhs)

oinline void setAllElementsTo(const T& t)

oinline void clear()

oinline bool empty() const

oinline unsigned int size() const

oinline T& operator[] (unsigned int pos)

oinline const T& operator[] (unsigned int pos) const

omutable 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++.