KMR
Public Member Functions | Public Attributes | List of all members
kmr4py._c_kvbox Class Reference
Inheritance diagram for kmr4py._c_kvbox:

Public Member Functions

def __init__ (self)
 NOTE: Defining init with some arguments makes c-callback fail to call initializers. More...
 
def set (self, klen, key, vlen, val)
 

Public Attributes

 k
 
 klen
 
 v
 
 vlen
 

Detailed Description

kmr_kv_box {int klen, vlen; kmr_unit_sized k, v;}.

Definition at line 525 of file kmr4py.py.

Constructor & Destructor Documentation

◆ __init__()

def kmr4py._c_kvbox.__init__ (   self)

NOTE: Defining init with some arguments makes c-callback fail to call initializers.

Definition at line 537 of file kmr4py.py.


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