Member predicate NamedElement :: getQualifiedName
Gets the fully qualified name of this element, for example the
fully qualified name of M
on line 3 is N.C.M
in
namespace N {
class C {
void M(int i, string s) { }
}
}
Gets the fully qualified name of this element, for example the
fully qualified name of M
on line 3 is N.C.M
in
namespace N {
class C {
void M(int i, string s) { }
}
}