MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ProccessMemoryInfo Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, int currVirtual, int maxVirtual, int currPhysical, int maxPhysical)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
ProccessMemoryInfo operator (*args, **kwargs)
 
ProccessMemoryInfo operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_currPhysical = 16
 
typing _offsetof_currVirtual = 0
 
typing _offsetof_maxPhysical = 24
 
typing _offsetof_maxVirtual = 8
 

Detailed Description

Generated from:  MR::ProccessMemoryInfo

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ProccessMemoryInfo.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.ProccessMemoryInfo.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.ProccessMemoryInfo.__init__ ( self,
int currVirtual,
int maxVirtual,
int currPhysical,
int maxPhysical )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

ProccessMemoryInfo mrmeshpy.ProccessMemoryInfo.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

ProccessMemoryInfo mrmeshpy.ProccessMemoryInfo.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_currPhysical

typing mrmeshpy.ProccessMemoryInfo._offsetof_currPhysical = 16
staticprotected

◆ _offsetof_currVirtual

typing mrmeshpy.ProccessMemoryInfo._offsetof_currVirtual = 0
staticprotected

◆ _offsetof_maxPhysical

typing mrmeshpy.ProccessMemoryInfo._offsetof_maxPhysical = 24
staticprotected

◆ _offsetof_maxVirtual

typing mrmeshpy.ProccessMemoryInfo._offsetof_maxVirtual = 8
staticprotected

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