Contains xtd::static_object class.

Go to the source code of this file.
Classes | |
| class | xtd::static_object |
| Represent a static object. A static class can't be instantiated (constructors are deleted). More... | |
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
| #define | static_ : xtd::static_object |
| This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted). More... | |
| #define | static_object_ : xtd::static_object |
| This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted). More... | |