NeoPZ
|
#include <arglib.h>
Public Member Functions | |
argT (const char *arg, const char *desc) | |
const T & | get_value () const |
void | set_value (const T &v) const |
Public Member Functions inherited from clarg::arg_base | |
arg_base (const char *name, const char *desc) | |
const string & | get_name () const |
const string & | get_desc () const |
bool | was_set () const |
void | mark_set (bool m) |
Protected Attributes | |
T | value |
T | def_value |
Protected Attributes inherited from clarg::arg_base | |
bool | arg_set |
string | arg_name |
string | arg_desc |
Additional Inherited Members | |
Protected Member Functions inherited from clarg::arg_base | |
virtual int | parse_parameters (int argc, char *argv [])=0 |
virtual void | write_parameters (ostream &os, bool def=false) const =0 |
The argument template class.
|
inline |
|
inline |
Definition at line 177 of file arglib.h.
Referenced by TPZParFrontStructMatrix< front >::Assemble(), TPZSkylMatrix< TVar >::AutoFill(), compute_decompose(), DecomposeBig(), DecomposeInternal(), RunStatsTable::flush_to_file(), get_sky_matrices(), init_decompose(), kernel(), main(), MalhaCubo(), MalhaPredio(), read_input_matrix(), res_check(), res_dump(), TCedricTest::Run(), TPZPairStructMatrix::TBBAssemble(), and RunStatsTable::~RunStatsTable().
|
inline |
|
protected |
|
protected |