Represents the <Namespace> node. Namespaces can have in it more namespaces, methods, classes, structs, attributes, … everything.

Methods
Public Instance methods
to_cpp()
    # File lib/rbgccxml/nodes/namespace.rb, line 16
16:     def to_cpp
17:       self.qualified_name
18:     end