#include <xi-Template.h>
Public Member Functions | |
UsingScope (const char *name, bool symbol=false) | |
virtual void | genDecls (XStr &str) |
virtual void | print (XStr &str) |
Protected Attributes | |
const char * | name_ |
bool | symbol_ |
Definition at line 63 of file xi-Template.h.
xi::UsingScope::UsingScope | ( | const char * | name, | |
bool | symbol = false | |||
) |
Definition at line 60 of file xi-Template.C.
void xi::UsingScope::genDecls | ( | XStr & | str | ) | [virtual] |
void xi::UsingScope::print | ( | XStr & | str | ) | [virtual] |
const char* xi::UsingScope::name_ [protected] |
bool xi::UsingScope::symbol_ [protected] |