class Namespace

Defined at line 12 of file ../../src/developer/debug/zxdb/symbols/namespace.h

Public Methods

const std::string & GetAssignedName ()

Symbol overrides.

Defined at line 17 of file ../../src/developer/debug/zxdb/symbols/namespace.h

void set_assigned_name (std::string n)

The name of the namespace. This will be empty for anonymous namespaces. It will not include

qualifiers for any parent namespaces.

Defined at line 21 of file ../../src/developer/debug/zxdb/symbols/namespace.h

Protected Methods

const Namespace * AsNamespace ()

Symbol protected overrides:

Defined at line 17 of file ../../src/developer/debug/zxdb/symbols/namespace.cc

Friends

class MakeRefCountedHelper
class RefCountedThreadSafe