OpFlex Framework  1.7.0
ofuri_c.h File Reference

C wrapper for URI. More...

#include "ofcore_c.h"

Go to the source code of this file.

Typedefs

typedef ofobj_p ofuri_p
 A pointer to a URI object.
 

Functions

ofstatus ofuri_get_str (ofuri_p uri, const char **str)
 Get a C-style string representation of the URI. More...
 
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. More...
 

Detailed Description

C wrapper for URI.