company logo

Namespace declaration

Keywords:  namespace

The identifier defined for the namespaces is a namespace name and can be used for prefixing the names (namespace or scope name), when referring to the types defined within the namespace.

Definition: 

namespace_dcl := [update_option] _namespace identifier '{' ns_elements '}' [';']