Struct cpp_demangle::ast::ParseContext [] [src]

pub struct ParseContext { /* fields omitted */ }

Common context needed when parsing.

Methods

impl ParseContext
[src]

Get the current recursion level for this context.

Trait Implementations

impl Debug for ParseContext
[src]

Formats the value using the given formatter.

impl Clone for ParseContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ParseContext
[src]

Returns the "default value" for a type. Read more