UnnamedClass

class UnnamedClass

A namespace defines a new scope.  Members of a namespace are said to have namespace scope.  They provide a way to avoid name collisions (of variables, types, classes or functions) without some of the restrictions imposed by the use of classes, and without the inconvenience of handling nested classes.

Summary
UnnamedClassA namespace defines a new scope.
Functions
~UnnamedClassDestructor
UnnamedClassConstructor

Functions

~UnnamedClass

~UnnamedClass()

Destructor

UnnamedClass

UnnamedClass()

Constructor

To send feedback on this topic email: natural.nosp@m.docsplus@gmai.nosp@m.l.com

© Some Rights Reserved. see <License>

class UnnamedClass
A namespace defines a new scope.
~UnnamedClass()
Destructor
UnnamedClass()
Constructor