PyXMake Developer Guide 1.0
PyXMake
Loading...
Searching...
No Matches
PyXMake.Build.Make.NT Class Reference

Abstract base class for all NT subclasses. More...

Inheritance diagram for PyXMake.Build.Make.NT:
PyXMake.Build.Make.OS PyXMake.Tools.Utility.AbstractBase PyXMake.Build.Make.CCxx PyXMake.Build.Make.Fortran PyXMake.Build.Make.Py2X

Public Member Functions

 __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from PyXMake.Build.Make.OS
- Public Member Functions inherited from PyXMake.Tools.Utility.AbstractBase
 __new__ (cls, *args, **kwargs)
 
 recover (cls, *args)
 
 classify (cls, *args, **kwargs)
 
 jsonify (self)
 
 update (self, **kwargs)
 
 __repr__ (self)
 
 __str__ (self)
 
 __getstate__ (self)
 
 __setstate__ (self, _dict)
 

Public Attributes

str SystemObjectKind = "NT"
 String identifier of current instance.
 
- Public Attributes inherited from PyXMake.Build.Make.OS
str SystemObjectKind = "Base"
 String identifier of current instance.
 

Additional Inherited Members

- Static Public Member Functions inherited from PyXMake.Tools.Utility.AbstractBase
 __getbase__ (base, cls)
 

Detailed Description

Abstract base class for all NT subclasses.

Inherited class to NT projects without any presets.

Inherited from built-in ABCMeta & object. Compatible with both Python 2.x and 3.x.

Constructor & Destructor Documentation

◆ __init__()

PyXMake.Build.Make.NT.__init__ ( self,
* args,
** kwargs )
Initialization of NT class object.

Reimplemented from PyXMake.Build.Make.OS.

Reimplemented in PyXMake.Build.Make.CCxx, PyXMake.Build.Make.Fortran, and PyXMake.Build.Make.Py2X.

Definition at line 122 of file Make.py.

Member Data Documentation

◆ SystemObjectKind

str PyXMake.Build.Make.NT.SystemObjectKind = "NT"

String identifier of current instance.


Definition at line 128 of file Make.py.


The documentation for this class was generated from the following file: