|
OOFEM 3.0
|
#include <inputrecord.h>
Public Member Functions | |
| InputException (const InputRecord &ir, std::string keyword, int number) | |
Public Attributes | |
| std::string | record |
| std::string | keyword |
| int | number |
Definition at line 243 of file inputrecord.h.
| oofem::InputException::InputException | ( | const InputRecord & | ir, |
| std::string | keyword, | ||
| int | number ) |
Definition at line 273 of file inputrecord.C.
References keyword, number, and record.
Referenced by oofem::BadFormatInputException::BadFormatInputException(), oofem::MissingKeywordInputException::MissingKeywordInputException(), and oofem::ValueInputException::ValueInputException().
| std::string oofem::InputException::keyword |
Definition at line 247 of file inputrecord.h.
Referenced by oofem::BadFormatInputException::BadFormatInputException(), InputException(), oofem::MissingKeywordInputException::MissingKeywordInputException(), and oofem::ValueInputException::ValueInputException().
| int oofem::InputException::number |
Definition at line 248 of file inputrecord.h.
Referenced by InputException().
| std::string oofem::InputException::record |
Definition at line 246 of file inputrecord.h.
Referenced by oofem::BadFormatInputException::BadFormatInputException(), InputException(), oofem::MissingKeywordInputException::MissingKeywordInputException(), and oofem::ValueInputException::ValueInputException().