change_status Struct Reference

#include <conduitFriends.h>

List of all members.

Public Member Functions

 change_status (const int &new_status)
void operator() (Conduit &c)

Private Attributes

int new_status

Detailed Description

Friend to Conduit permitting pyCafeFlag flag to be set in hash table

struct change_pyCafeFlag { change_pyCafeFlag (const bool & new_pyCafeFlag): new_pyCafeFlag(new_pyCafeFlag){}

void operator() (Conduit& c) {c.pyCafeFlag = new_pyCafeFlag;}

private: bool new_pyCafeFlag; }; Friend to Conduit/CAFEGroup permitting fast modification to the status as given by the last method invocation


Constructor & Destructor Documentation

change_status::change_status ( const int new_status  )  [inline]

Member Function Documentation

void change_status::operator() ( Conduit c  )  [inline]

References new_status, and Conduit::status.


Member Data Documentation

Referenced by operator()().


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

Generated on 3 May 2017 for CAFE by  doxygen 1.6.1