|
Burgerlib Python
|
| Nburger | A set of subroutines used by the Burgerlib based scripts written in Python |
| N_vsinstance | Package containing shared classes for Windows SDK and Visual Studio instance searches |
| CVisualStudioInstance | Instance of the location of Visual Studio |
| CWindowsSDKInstance | Instance of paths for a Windows SDK |
| Nvalidators | Package that contains class member validators |
| CBooleanProperty | Class to enforce bool in member variable |
| CEnumProperty | Class to enforce string list in member variable |
| CIntegerProperty | Class to enforce 64 bit integer in variable |
| CNoneProperty | Class to enforce None in member variable |
| CProperty | Base Class to create enforced types |
| CStringListProperty | Class to enforce string list in member variable |
| CStringProperty | Class to enforce string in member variable |
| CInterceptstdout | Handy class for capturing stdout from tools and python itself |
| CNode | Node class for creating directory trees |