SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
StackVector< T, CAPACITY > Class Template Reference

#include <StackVector.h>

Inheritance diagram for StackVector< T, CAPACITY >:

Public Types

typedef boost::array< T, CAPACITY > base_type
 
typedef base_type::value_type value_type
 

Public Member Functions

 StackVector ()
 
void resize (size_t size, const value_type &val=value_type())
 
void clear ()
 

Member Typedef Documentation

typedef boost::array<T, CAPACITY> base_type
typedef base_type::value_type value_type

Constructor & Destructor Documentation

StackVector ( )
inline

Member Function Documentation

void clear ( )
inline
void resize ( size_t  size,
const value_type val = value_type() 
)
inline

The documentation for this class was generated from the following file: