Struct cpp_demangle::ast::MemberName [−][src]
pub struct MemberName(_);
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
impl Clone for MemberName
[src]
impl Clone for MemberName
[src]fn clone(&self) -> MemberName
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<MemberName> for MemberName
[src]
impl PartialEq<MemberName> for MemberName
[src]