COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
carmaWrap.MemAlloc Class Reference
Collaboration diagram for carmaWrap.MemAlloc:

Public Member Functions

bool __eq__ (self, object other)
 
int __getstate__ (self)
 
int __hash__ (self)
 
int __index__ (self)
 
None __init__ (self, int value)
 
int __int__ (self)
 
bool __ne__ (self, object other)
 
str __repr__ (self)
 
None __setstate__ (self, int state)
 

Properties

 name = property
 
type of : str More...
 
 value = property
 
type of : int More...
 

Detailed Description

Members
 MA_MALLOC
MA_PAGELOCK
MA_ZEROCPY
MA_PORTABLE
MA_WRICOMB
MA_GENEPIN

Definition at line 103 of file carmaWrap.py.

Constructor & Destructor Documentation

◆ __init__()

None carmaWrap.MemAlloc.__init__ (   self,
int  value 
)

Definition at line 108 of file carmaWrap.py.

Member Function Documentation

◆ __eq__()

bool carmaWrap.MemAlloc.__eq__ (   self,
object  other 
)

Definition at line 104 of file carmaWrap.py.

◆ __getstate__()

int carmaWrap.MemAlloc.__getstate__ (   self)

Definition at line 105 of file carmaWrap.py.

◆ __hash__()

int carmaWrap.MemAlloc.__hash__ (   self)

Definition at line 106 of file carmaWrap.py.

◆ __index__()

int carmaWrap.MemAlloc.__index__ (   self)

Definition at line 107 of file carmaWrap.py.

◆ __int__()

int carmaWrap.MemAlloc.__int__ (   self)

Definition at line 109 of file carmaWrap.py.

◆ __ne__()

bool carmaWrap.MemAlloc.__ne__ (   self,
object  other 
)

Definition at line 110 of file carmaWrap.py.

◆ __repr__()

str carmaWrap.MemAlloc.__repr__ (   self)

Definition at line 111 of file carmaWrap.py.

◆ __setstate__()

None carmaWrap.MemAlloc.__setstate__ (   self,
int  state 
)

Definition at line 112 of file carmaWrap.py.

Property Documentation

◆ name

carmaWrap.MemAlloc.name = property
static


type of : str

Definition at line 117 of file carmaWrap.py.

◆ value

carmaWrap.MemAlloc.value = property
static


type of : int

Definition at line 124 of file carmaWrap.py.


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