#include <cppUsing.h>
Inheritance diagram for CPPUsing:
Public Member Functions | |
CPPUsing (CPPIdentifier *ident, bool full_namespace, const CPPFile &file) | |
virtual void | output (ostream &out, int indent_level, CPPScope *scope, bool complete) const |
virtual SubType | get_subtype () const |
virtual CPPUsing * | as_using () |
Public Attributes | |
CPPIdentifier * | _ident |
bool | _full_namespace |
|
Definition at line 29 of file cppUsing.cxx. |
|
Reimplemented from CPPDeclaration. Definition at line 65 of file cppUsing.cxx. |
|
Implements CPPDeclaration. Definition at line 55 of file cppUsing.cxx. References CPPDeclaration::ST_using. |
|
Implements CPPDeclaration. Definition at line 41 of file cppUsing.cxx. References _ident. |
|
Definition at line 44 of file cppUsing.h. Referenced by CPPScope::add_using(). |
|
Definition at line 43 of file cppUsing.h. Referenced by CPPScope::add_using(), and output(). |