Module linklist
source code
|
Return
Many methods in the API return a status value, this class provides
an enumeration of the status valid return values.
|
|
SrchOrigin
Provides an enumeration of the search origin values.
|
|
SrchDir
Provides an enumeration of the search direction values.
|
|
InsertDir
Provides an enumeration of the insert direction values.
|
|
Node
This class holds the link list pointers and the Info structure
pointer.
|
|
List
This is the top level control structure which keeps track of the
Node structure pointers and various variables used in the API.
|
|
Info
|
|
SearchModes
This class is returned by the getSearchModes() method and contains
the current search origin and direction modes from the Controller
List class.
|
|
DLinklist
This class provides thin wrappers around the functions in my doubly
linklist C library.
|
|
__package__ = ' dlinklist '
|
|
k = ' INSERT_DEFAULT '
|
|
v = 0
|
Imports:
logging,
os,
CDLL,
CFUNCTYPE,
POINTER,
Structure,
byref,
cast,
string_at,
c_void_p,
c_int,
c_ulong,
c_bool,
c_size_t,
c_char_p,
dll