Struct cpp_demangle::ast::ParseContext [−][src]
pub struct ParseContext { /* fields omitted */ }
Common context needed when parsing.
Implementations
impl ParseContext
[src]
impl ParseContext
[src]pub fn new(options: ParseOptions) -> ParseContext
[src]
Construct a new ParseContext
.
pub fn recursion_level(&self) -> u32
[src]
Get the current recursion level for this context.
Trait Implementations
impl Clone for ParseContext
[src]
impl Clone for ParseContext
[src]