ConfigurationParser token
More...
#include <ConfigurationParserToken.hpp>
◆ ConfigurationParserToken()
sol::di::impl::ConfigurationParserToken::ConfigurationParserToken |
( |
TokenType |
type, |
|
|
std::string |
content |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
type | the token type |
content | the token content |
◆ Content()
const std::string& sol::di::impl::ConfigurationParserToken::Content |
( |
| ) |
const |
|
inline |
Token content property.
- Returns
- the token content or an empty string if the token type is not
TokenType::Key
◆ Type()
TokenType sol::di::impl::ConfigurationParserToken::Type |
( |
| ) |
const |
|
inline |
Token type property.
- Returns
- the token type
The documentation for this class was generated from the following file: