|
PSCF v1.3.3
|
Namespace to define of policies for brackets on arrays and matrices. More...
Enumerations | |
| enum | Type |
| Typeeration of policies regarding use of delimiters on arrays. More... | |
Functions | |
| void | set (BracketPolicy::Type policy) |
| Set policy regarding use of bracket delimiters on arrays. | |
| BracketPolicy::Type | get () |
| Get value of bracket policy. | |
Namespace to define of policies for brackets on arrays and matrices.
Typeeration of policies regarding use of delimiters on arrays.
Definition at line 27 of file BracketPolicy.h.
| void Util::BracketPolicy::set | ( | BracketPolicy::Type | policy | ) |
Set policy regarding use of bracket delimiters on arrays.
Definition at line 28 of file BracketPolicy.cpp.
Referenced by Pscf::R1d::System::System(), and Pscf::Prdc::SystemTmpl< D, T >::SystemTmpl().
| Type Util::BracketPolicy::get | ( | ) |
Get value of bracket policy.
Definition at line 34 of file BracketPolicy.cpp.
Referenced by Util::ArrayParam< Type >::ArrayParam(), Util::MatrixParam< Type >::MatrixParam(), Util::ArrayParam< Type >::readEndBracket(), Util::MatrixParam< Type >::readEndBracket(), Util::ArrayParam< Type >::readLabel(), Util::MatrixParam< Type >::readLabel(), Util::DSymmMatrixParam< Type >::readValue(), and Util::MatrixParam< Type >::setBrackets().