Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
plist::OutputSelector::bad_value Class Reference
Inheritance diagram for plist::OutputSelector::bad_value:
Detailed DescriptionDefinition at line 31 of file plistSpecialty.h.
Constructor & Destructor Documentation
constructor for invalid/unknown output names, or known ones which are out-of-range if range is true Definition at line 34 of file plistSpecialty.h.
constructor for invalid numeric output offsets, or known ones which are out-of-range if range is true Definition at line 36 of file plistSpecialty.h.
constructor for valid offsets which are out-of-range for this selector Definition at line 38 of file plistSpecialty.h.
destructor Definition at line 40 of file plistSpecialty.h. Member Function Documentation
initializes message based on member fields Definition at line 17 of file plistSpecialty.cc. Referenced by bad_value().
returns an error message describing the error Definition at line 42 of file plistSpecialty.h. Member Data Documentation
the numeric value which caused the exception, -1U if strValue was invalid or empty Definition at line 45 of file plistSpecialty.h. Referenced by initMessage().
the string which be returned in what() Definition at line 47 of file plistSpecialty.h. Referenced by initMessage(), and what(). true if the output was recognized as a known output, but out-of-range for this selector Definition at line 46 of file plistSpecialty.h. Referenced by initMessage().
the string value which caused the exception (may be empty if a numeric value was used, or an empty value was passed, see intValue to differentiate) Definition at line 44 of file plistSpecialty.h. Referenced by initMessage(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:25 2016 by Doxygen 1.6.3 |