RflySimSDK v3.05
RflySimSDK说明文档
载入中...
搜索中...
未找到
vrpn_vector< T > 模板类 参考

Public 类型

typedef size_t size_type
 
typedef T * iterator
 
typedef const T * const_iterator
 

Public 成员函数

 vrpn_vector (size_type s)
 
 vrpn_vector (const vrpn_vector &from)
 
template<class InputIt >
 vrpn_vector (InputIt first, InputIt last)
 
vrpn_vectoroperator= (const vrpn_vector &from)
 
T * data ()
 
size_type size () const
 
bool empty () const
 
void resize (size_type s)
 
void push_back (const T &val)
 
T & front ()
 
T & back ()
 
T & operator[] (size_type pos)
 
const T & operator[] (size_type pos) const
 
void assign (size_type count, const T &value)
 
void clear ()
 
template<class InputIt >
void assign (InputIt first, InputIt last)
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 

该类的文档由以下文件生成: