C++ main module for mmsd Package  1.0
Public Member Functions | Static Public Member Functions | List of all members
MMSD_IntegerVector Class Reference

#include <MMSD_IntegerVector.h>

Inheritance diagram for MMSD_IntegerVector:
Inheritance graph
[legend]
Collaboration diagram for MMSD_IntegerVector:
Collaboration graph
[legend]

Public Member Functions

 MMSD_IntegerVector (void)
 create an object More...
 
 MMSD_IntegerVector (const int &n)
 create an object More...
 
 MMSD_IntegerVector (const MMSD_IntegerVector &s)
 build a vector More...
 
virtual ~MMSD_IntegerVector (void)
 destroy an object. More...
 
MMSD_IntegerVectoroperator= (const int &s)
 copy operator the view is taken into account More...
 
MMSD_IntegerVectoroperator= (const MMSD_IntegerVector &s)
 copy operator the view is taken into account More...
 

Static Public Member Functions

static SP::MMSD_IntegerVector New ()
 

Constructor & Destructor Documentation

MMSD_IntegerVector::MMSD_IntegerVector ( void  )

create an object

Referenced by New().

Here is the caller graph for this function:

MMSD_IntegerVector::MMSD_IntegerVector ( const int &  n)

create an object

MMSD_IntegerVector::MMSD_IntegerVector ( const MMSD_IntegerVector s)

build a vector

MMSD_IntegerVector::~MMSD_IntegerVector ( void  )
virtual

destroy an object.

Member Function Documentation

static SP::MMSD_IntegerVector MMSD_IntegerVector::New ( )
inlinestatic

References MMSD_IntegerVector().

Here is the call graph for this function:

MMSD_IntegerVector& MMSD_IntegerVector::operator= ( const int &  s)
inline

copy operator the view is taken into account

MMSD_IntegerVector& MMSD_IntegerVector::operator= ( const MMSD_IntegerVector s)
inline

copy operator the view is taken into account


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