![]() |
NLMech
0.1.0
|
Structure to read and store policy related input data. More...
#include <policyDeck.h>

Public Member Functions | |
| PolicyDeck () | |
| Constructor. | |
| void | print (int nt=0, int lvl=0) const |
| Prints the information about the instance of the object. More... | |
| std::string | printStr (int nt=0, int lvl=0) const |
| Returns the string containing information about the instance of the object. More... | |
Data Fields | |
| bool | d_enablePostProcessing |
| Enable post-processing calculation. More... | |
| int | d_memControlFlag |
| Flag which indicates level of memory control to be enforced. More... | |
Structure to read and store policy related input data.
|
inline |
Prints the information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |

|
inline |
Returns the string containing information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
Referenced by print().


| bool inp::PolicyDeck::d_enablePostProcessing |
Enable post-processing calculation.
Default is true.
Referenced by model::Output::Output(), inp::Policy::Policy(), and printStr().
| int inp::PolicyDeck::d_memControlFlag |
Flag which indicates level of memory control to be enforced.
Default is 0 which means no control. Max at present is 2 which means as much control as possible.
Referenced by inp::Policy::Policy(), and printStr().