Usage Constructor

WRAPPER_API Usage()

WRAPPER_API Usage(const Usage&source)

 

Description

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