16 #ifndef OPFLEX_C_OFURI_H
17 #define OPFLEX_C_OFURI_H
ofobj_p ofuri_p
A pointer to a URI object.
Definition: ofuri_c.h:40
ofstatus ofuri_get_str(ofuri_p uri, const char **str)
Get a C-style string representation of the URI.
void * ofobj_p
Base type for all OpFlex object pointers.
Definition: ofcore_c.h:89
ofstatus ofuri_hash(ofuri_p uri, size_t *hash_value)
Compute a hash value for the URI that can be used with a hash table.
size_t hash_value(MAC const &mac)
Compute a hash value for the MAC, making MAC suitable as a key in a boost::unordered_map.
C wrapper core defininitions.
int ofstatus
An opflex status code.
Definition: ofcore_c.h:84