Bcps 0.95.1
Loading...
Searching...
No Matches
BcpsFieldListMod< T > Struct Template Reference

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

#include <BcpsNodeDesc.h>

+ Inheritance diagram for BcpsFieldListMod< T >:

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 40 of file BcpsNodeDesc.h.

Member Data Documentation

◆ relative

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 45 of file BcpsNodeDesc.h.

◆ numModify

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

The number of entries to be modified.

Definition at line 48 of file BcpsNodeDesc.h.

◆ posModify

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

The positions to be modified.

Definition at line 51 of file BcpsNodeDesc.h.

◆ entries

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

Values.

Definition at line 54 of file BcpsNodeDesc.h.


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