30 #ifndef SIMPLEVECTOR_H_ 31 #define SIMPLEVECTOR_H_ 36 # pragma warning(disable : 4290) 109 cSimpleVector(
int nb_values,
int start_index,
char const* str );
112 cSimpleVector(
int nb_values,
int start_index,
float* values );
116 void FromString(
int nb_values,
int start_index,
char const* str );
120 double& operator[](
unsigned int index );
135 bool Valid(
unsigned int index )
const;
Derived exception class for low-level simple vector related exceptions.
A simple vector implementation.
int valid
bit mask which values in value are valid
cSimpleVectorException(cMsg const &_msg)
Interface of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg.
#define NAMESPACE_SDH_START
Base class for exceptions in the SDHLibrary-CPP.
#define NAMESPACE_SDH_END
This file contains settings to make the SDHLibrary compile on differen systems:
Class for short, fixed maximum length text messages.