Enum cpp_demangle::ast::WellKnownComponent
[−]
[src]
pub enum WellKnownComponent {
Std,
StdAllocator,
StdString1,
StdString2,
StdIstream,
StdOstream,
StdIostream,
}The <substitution> variants that are encoded directly in the grammar,
rather than as back references to other components in the substitution
table.
Variants
Stdstd
StdAllocatorstd::allocator
StdString1std::basic_string
StdString2std::string
StdIstreamstd::basic_istream
StdOstreamstd::ostream
StdIostreamstd::basic_iostream
Trait Implementations
impl Clone for WellKnownComponent[src]
fn clone(&self) -> WellKnownComponent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for WellKnownComponent[src]
impl PartialEq for WellKnownComponent[src]
fn eq(&self, __arg_0: &WellKnownComponent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.