Bcps 0.94.5
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 39 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 44 of file BcpsNodeDesc.h.

◆ numModify

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

The number of entries to be modified.

Definition at line 47 of file BcpsNodeDesc.h.

◆ posModify

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

The positions to be modified.

Definition at line 50 of file BcpsNodeDesc.h.

◆ entries

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: