Class Scope

Class Documentation

class Scope

Public Functions

inline explicit Scope(const std::string &name)

Constructor of Scope.

Parameters

name[in] The name of scope, usually using the default scope.

~Scope() = default

Destructor of Scope.

inline std::string name() const

Get the name of scope.

Returns

The name of scope.