WRAPPER_API Scope()
WRAPPER_API Scope(const Scope&source)
The Scope constructor creates a new instance of the Scope class. There are two signatures for this constructor. The first signature is the default constructor that takes no arguments and produces a Scope. The second signature is a copy-constructor, which produces a Scope with the same value as the Scope passed as argument.