XPRS
Xpress license. More...
Public Member Functions |
|
XPRS (char const *licpath=nullptr) | |
Initialize Xpress. |
|
~XPRS () noexcept | |
Destructor. |
|
Detailed Description
Xpress license.
Instances of this class represent an acquired license. They follow the RAII pattern in the sense that the constructor acquires the license and the destructor releases it. This allows for proper cleanup even if the code is exited by means of an exception.
- Since
- 44.00
Constructor & Destructor Documentation
XPRS()
|
inline |
Initialize Xpress.
This constructor initializes Xpress with license pointer to by licpath. When the object created by this constructor goes out of scope, its destructor will release the license.
- Parameters
-
licpath The path at which to find the Xpress license. If this is nullptr
or an empty string then the license is searched in the default location.
- Since
- 44.00
~XPRS()
|
inlinenoexcept |
Destructor.
This frees any license that was acquired by a constructor (if any).
- Since
- 44.00
The documentation for this class was generated from the following file:
- xpress.hpp
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.