| Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
| Public Types | |
| enum | Source { RAW, DQUOTED, SQUOTED, BLOCK } | 
| enum | Type { STRING = 0, DOUBLE = 1, LONG_LONG = 2, INT = 3, BOOL = 4 } | 
| Public Member Functions | |
| int | infer_type () const | 
| Public Attributes | |
| int | source | 
| int | tag_type | 
| std::string | text | 
Definition at line 269 of file Teuchos_YamlParser.cpp.
| Enumerator | |
|---|---|
| RAW | |
| DQUOTED | |
| SQUOTED | |
| BLOCK | |
Definition at line 270 of file Teuchos_YamlParser.cpp.
| Enumerator | |
|---|---|
| STRING | |
| DOUBLE | |
| LONG_LONG | |
| INT | |
| BOOL | |
Definition at line 277 of file Teuchos_YamlParser.cpp.
| 
 | inline | 
Definition at line 287 of file Teuchos_YamlParser.cpp.
| int Teuchos::Scalar::source | 
Definition at line 284 of file Teuchos_YamlParser.cpp.
| int Teuchos::Scalar::tag_type | 
Definition at line 285 of file Teuchos_YamlParser.cpp.
| std::string Teuchos::Scalar::text | 
Definition at line 286 of file Teuchos_YamlParser.cpp.
 1.8.5
 1.8.5