sprint 1-alpha
Public Member Functions
sprint::lazy_vector< _Tp > Class Template Reference

a lazy vector hidden internal _Tp using a char buffer More...

#include <lazy_vector.h>

List of all members.

Public Member Functions

 lazy_vector (long size=suggestedSize)
void resize (long new_size)
void reserve (long reserve)
int size () const
 return the size of vector
int capacity () const
 return the capacity of vector
_Tp & operator[] (int i)
const _Tp & operator[] (int i) const

Detailed Description

template<typename _Tp>
class sprint::lazy_vector< _Tp >

a lazy vector hidden internal _Tp using a char buffer


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