All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
osl::stl::vector< T > Struct Template Reference

#include <vector.h>

Inheritance diagram for osl::stl::vector< T >:
Inheritance graph
[legend]
Collaboration diagram for osl::stl::vector< T >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef std::vector< T > base_t

Public Member Functions

 vector ()
 vector (size_t s)
 vector (size_t s, const T &val)
 vector (const typename base_t::const_iterator it1, const typename base_t::const_iterator it2)
 ~vector ()

Detailed Description

template<class T>
struct osl::stl::vector< T >

Definition at line 16 of file vector.h.


Member Typedef Documentation

template<class T>
typedef std::vector<T> osl::stl::vector< T >::base_t

Definition at line 18 of file vector.h.


Constructor & Destructor Documentation

template<class T>
osl::stl::vector< T >::vector ( ) [inline]

Definition at line 19 of file vector.h.

template<class T >
osl::stl::vector< T >::vector ( size_t  s) [explicit]

Definition at line 34 of file vector.h.

template<class T>
osl::stl::vector< T >::vector ( size_t  s,
const T &  val 
) [inline]

Definition at line 21 of file vector.h.

template<class T>
osl::stl::vector< T >::vector ( const typename base_t::const_iterator  it1,
const typename base_t::const_iterator  it2 
) [inline]

Definition at line 24 of file vector.h.

template<class T >
osl::stl::vector< T >::~vector ( )

Definition at line 30 of file vector.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines