Class Scope
Defined in File scope.h
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.
-
inline explicit Scope(const std::string &name)