cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <cam16.hpp>
Public Member Functions | |
KeyValuePair () | |
KeyValuePair (K key, V value) | |
KeyValuePair (K key, V value, bool valid) | |
KeyValuePair () | |
KeyValuePair (K key, V value) | |
KeyValuePair (K key, V value, bool valid) | |
KeyValuePair () | |
KeyValuePair (FourTuple key, RtlSessId value, ValBool valid) | |
Public Attributes | |
K | key |
V | value |
bool | valid |
FourTuple | key |
RtlSessId | value |
ValBool | valid |
INTERNAL TYPES and CLASSES USED BY THIS CAM
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 50 of file toecam.hpp.
|
inline |
K KeyValuePair< K, V >::key |
FourTuple KeyValuePair< K, V >::key |
Definition at line 47 of file toecam.hpp.
bool KeyValuePair< K, V >::valid |
ValBool KeyValuePair< K, V >::valid |
Definition at line 49 of file toecam.hpp.
V KeyValuePair< K, V >::value |
RtlSessId KeyValuePair< K, V >::value |
Definition at line 48 of file toecam.hpp.