Struct cpp_demangle::ast::MemberName
source · pub struct MemberName(_);
Expand description
In libiberty, Member and DerefMember expressions have special handling.
They parse an UnqualifiedName
(not an UnscopedName
as the cxxabi docs
say) and optionally a TemplateArgs
if it is present. We can’t just parse
a Name
or an UnscopedTemplateName
here because that allows other inputs
that libiberty does not.
Trait Implementations§
source§impl Clone for MemberName
impl Clone for MemberName
source§fn clone(&self) -> MemberName
fn clone(&self) -> MemberName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more