WCS access singleton. More...
#include <wcs.hpp>
Public Member Functions | |
| Wcs (const Wcs &)=delete | |
| Disables unused constructors and operators. | |
| Wcs & | operator= (const Wcs &)=delete |
| void | SetInfo (const WcsInformation &info) |
| WcsInformation | GetInfo () |
Static Public Member Functions | |
| static Wcs & | Instance () |
| Application singleton instance. | |
| static void | Set (const WcsInformation &info) |
| static WcsInformation | Get () |
WCS access singleton.
Caution: Do not use the singleton to initialize other static variables and classes, as this may trigger the "C++ static intialization fiasko".
|
delete |
Disables unused constructors and operators.
|
inlinestatic |
Get WCS information (singleton accees)
|
inline |
Get WCS information
|
inlinestatic |
Application singleton instance.
|
inlinestatic |
Set WCS information (singleton accees)
| info | WCS information |
|
inline |
Set WCS information
| info | WCS information |