mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Added str() in SemanticValue.
This commit is contained in:
parent
d943c4fade
commit
6795c56c47
@ -92,6 +92,9 @@ struct SemanticValue {
|
||||
// Cast semantic value
|
||||
template <typename T> T& get();
|
||||
template <typename T> const T& get() const;
|
||||
|
||||
// Get token
|
||||
std::string str() const;
|
||||
};
|
||||
|
||||
struct SemanticValues : protected std::vector<SemanticValue>
|
||||
|
Loading…
Reference in New Issue
Block a user