Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Buffer.h File Reference
#include <memory>
#include <string.h>
#include <string>

Classes

class  XbmcCommons::BufferException
 
class  XbmcCommons::Buffer
 

Namespaces

namespace  XbmcCommons
 

Macros

#define DEFAULTBUFFERRELATIVERW(name, type)
 

Macro Definition Documentation

◆ DEFAULTBUFFERRELATIVERW

#define DEFAULTBUFFERRELATIVERW ( name,
type )
Value:
inline Buffer& put##name(const type & val) { return put(&val, sizeof(type)); } \
inline type get##name() { type ret; get(&ret, sizeof(type)); return ret; }
enum const char * name
Definition addon_base.h:203