Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
Buffer.h File Reference

Go to the source code of this file.

Classes

class  ultralight::Buffer
 A fixed-size byte container for passing data around. More...
 

Namespaces

namespace  ultralight
 

Typedefs

typedef void(* ultralight::DestroyBufferCallback) (void *user_data, void *data)
 Function signature for a user-defined destruction callback to be optionally called when Buffer is destroyed.