xtd 0.2.0
Loading...
Searching...
No Matches
static.h File Reference

Definition

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

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define static_
 This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted).
 
#define static_object_
 This keyword is use to represent a static object. A static object can't be instantiated (constructors are deleted).