Music Hub ..
A session-wide music playback service
Loading...
Searching...
No Matches
xesam.h File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for xesam.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  xesam
namespace  tags

Macros

#define DATUM(Type, Name, VType)

Macro Definition Documentation

◆ DATUM

#define DATUM ( Type,
Name,
VType )
Value:
struct Type \
{\
static constexpr const char* name{#Name};\
typedef VType ValueType;\
};

Definition at line 30 of file xesam.h.