BcpsFieldListMod< T > Struct Template Reference

This class contains modifications for a single std::vector<T> object. More...

#include <BcpsNodeDesc.h>

List of all members.

Public Attributes

bool relative
 How the modification is stored, explicit means complete replacement, relative means relative to some other explicit object vector ("explicit" is a key word so we can't name the field that.
int numModify
 The number of entries to be modified.
int * posModify
 The positions to be modified.
T * entries
 Values.

Detailed Description

template<class T>
struct BcpsFieldListMod< T >

This class contains modifications for a single std::vector<T> object.

Definition at line 39 of file BcpsNodeDesc.h.


Member Data Documentation

template<class T>
bool BcpsFieldListMod< T >::relative

How the modification is stored, explicit means complete replacement, relative means relative to some other explicit object vector ("explicit" is a key word so we can't name the field that.

)

Definition at line 44 of file BcpsNodeDesc.h.

template<class T>
int BcpsFieldListMod< T >::numModify

The number of entries to be modified.

Definition at line 47 of file BcpsNodeDesc.h.

template<class T>
int* BcpsFieldListMod< T >::posModify

The positions to be modified.

Definition at line 50 of file BcpsNodeDesc.h.

template<class T>
T* BcpsFieldListMod< T >::entries

Values.

Definition at line 53 of file BcpsNodeDesc.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1