|
EpcTools
An event based multi-threaded C++ development framework.
|
Used as the key to a collection of extractors. More...
#include <efd.h>
Public Member Functions | |
| FDExtractorKey () | |
| Class constructor. More... | |
| FDExtractorKey (vendor_id_t v, avp_code_t a) | |
| Class constructor. More... | |
| FDExtractorKey (const FDExtractorKey &k) | |
| Copy constructor. More... | |
| virtual | ~FDExtractorKey () |
| Class destructor. More... | |
| Bool | operator< (const FDExtractorKey &rval) const |
| Determins if the provided extractor key is less than this extractor key. More... | |
| vendor_id_t | getVendor () |
| Retrieves the vendor ID. More... | |
| vendor_id_t | setVendor (vendor_id_t v) |
| Assigns the vendor ID. More... | |
| avp_code_t | getAvpCode () |
| Retrieves the AVP code. More... | |
| avp_code_t | setAvpCode (avp_code_t a) |
| Assigns the AVP code. More... | |
Used as the key to a collection of extractors.
|
inline |
Class constructor.
|
inline |
Class constructor.
| v | the vendor ID for the key. |
| a | the AVP code for the key. |
|
inline |
Copy constructor.
| k | the key object to copy. |
|
inlinevirtual |
Class destructor.
|
inline |
|
inline |
Retrieves the vendor ID.
|
inline |
Determins if the provided extractor key is less than this extractor key.
| rval | the right hand value to evaluate. |
|
inline |
|
inline |
Assigns the vendor ID.
| v | the vendor ID to assign. |
1.8.16