#include <APSSShareCallback.h>
Inheritance diagram for CODEX_APSS::APSSShareCallback:


Public Types | |
| typedef ShareType | ShareType |
| Export the type of the sharing. | |
| typedef OneWay | OneWay |
| Export the type of the one-way function. | |
|
typedef CODEX_VSS::LabeledShare< ShareType, OneWay > | LSType |
| Shorthand for the type of a labeled sharing. | |
|
typedef CODEX_VSS::ShareLabel< ShareType, OneWay > | LabelType |
| Shorthand for the type of a share label. | |
Public Member Functions | |
| APSSShareCallback (unsigned int num) | |
| Constructor. | |
| virtual | ~APSSShareCallback () |
| Virtual destructor. | |
| const LSType & | operator() (const LabelType &label, unsigned int server) const |
| Get the sharing for a specified label. | |
Definition at line 30 of file APSSShareCallback.h.
|
||||||||||||
|
Get the sharing for a specified label. This method should be implemented by a derived class.
Implements CODEX_Server::ShareCallbackBase< ShareType, OneWay >. Definition at line 24 of file APSSShareCallback.cc. References CODEX_APSS::StateInfo::instance(), and CODEX_APSS::StateInfo::sharing(). |
1.4.1