Private and protected interface of class 'BoolEncClient'. More...
#include <BoolEncClient_private.h>
Public Member Functions | |
INHERITS_FROM (BaseEnc) | |
Data Fields | |
BoolEnc_ptr | bool_enc |
Related Functions | |
(Note that these are not member functions.) | |
void | bool_enc_client_deinit (BoolEncClient_ptr self) |
void | bool_enc_client_init (BoolEncClient_ptr self, SymbTable_ptr symb_table, BoolEnc_ptr bool_enc) |
VIRTUAL void | BoolEncClient_destroy (BoolEncClient_ptr self) |
The BoolEncClient class destructor. | |
BoolEnc_ptr | BoolEncClient_get_bool_enc (const BoolEncClient_ptr self) |
Returns the contained (used) BoolEnc instance. |
Private and protected interface of class 'BoolEncClient'.
Public interface of pure base class 'BoolEncClient'.
BoolEncClient class definition derived from class BaseEnc
Definition of the public accessor for class BoolEncClient
BoolEncClient::INHERITS_FROM | ( | BaseEnc | ) |
void bool_enc_client_deinit | ( | BoolEncClient_ptr | self | ) | [related] |
void bool_enc_client_init | ( | BoolEncClient_ptr | self, | |
SymbTable_ptr | symb_table, | |||
BoolEnc_ptr | bool_enc | |||
) | [related] |
VIRTUAL void BoolEncClient_destroy | ( | BoolEncClient_ptr | self | ) | [related] |
The BoolEncClient class destructor.
The BoolEncClient class destructor. Since this class is pure, only a virtual destructor is provided, and there is no constructor
BoolEnc_ptr BoolEncClient_get_bool_enc | ( | const BoolEncClient_ptr | self | ) | [related] |
Returns the contained (used) BoolEnc instance.
AutomaticStart
REturned instance belongs to self, do not destroy it.