Concord - C Discord API library
A Discord API wrapper library written in C
guild_template.h File Reference

Generated code. More...

#include <stddef.h>
#include <stdbool.h>
#include <inttypes.h>
#include "carray.h"
#include "cog-utils.h"
#include "types.h"
#include "jsmn.h"
#include "jsmn-find.h"
#include "json-build.h"
Include dependency graph for guild_template.h:

Go to the source code of this file.

Data Structures

struct  discord_guild_template
 
struct  discord_guild_templates
 
struct  discord_create_guild_from_guild_template
 
struct  discord_create_guild_template
 
struct  discord_modify_guild_template
 

Macros

#define JSMN_STRICT
 
#define JSMN_HEADER
 
#define JSONB_HEADER
 

Functions

void discord_guild_template_init (struct discord_guild_template *self)
 
void discord_guild_template_cleanup (struct discord_guild_template *self)
 
void discord_guild_templates_cleanup (struct discord_guild_templates *self)
 
void discord_create_guild_from_guild_template_init (struct discord_create_guild_from_guild_template *self)
 
void discord_create_guild_from_guild_template_cleanup (struct discord_create_guild_from_guild_template *self)
 
void discord_create_guild_template_init (struct discord_create_guild_template *self)
 
void discord_create_guild_template_cleanup (struct discord_create_guild_template *self)
 
void discord_modify_guild_template_init (struct discord_modify_guild_template *self)
 
void discord_modify_guild_template_cleanup (struct discord_modify_guild_template *self)
 
long discord_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_guild_template *self)
 
size_t discord_guild_template_from_json (const char buf[], size_t size, struct discord_guild_template *self)
 
long discord_guild_templates_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_guild_templates *self)
 
size_t discord_guild_templates_from_json (const char buf[], size_t size, struct discord_guild_templates *self)
 
long discord_create_guild_from_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_guild_from_guild_template *self)
 
size_t discord_create_guild_from_guild_template_from_json (const char buf[], size_t size, struct discord_create_guild_from_guild_template *self)
 
long discord_create_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_guild_template *self)
 
size_t discord_create_guild_template_from_json (const char buf[], size_t size, struct discord_create_guild_template *self)
 
long discord_modify_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_guild_template *self)
 
size_t discord_modify_guild_template_from_json (const char buf[], size_t size, struct discord_modify_guild_template *self)
 
jsonbcode discord_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_guild_template *self)
 
size_t discord_guild_template_to_json (char buf[], size_t size, const struct discord_guild_template *self)
 
jsonbcode discord_guild_templates_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_guild_templates *self)
 
size_t discord_guild_templates_to_json (char buf[], size_t size, const struct discord_guild_templates *self)
 
jsonbcode discord_create_guild_from_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_guild_from_guild_template *self)
 
size_t discord_create_guild_from_guild_template_to_json (char buf[], size_t size, const struct discord_create_guild_from_guild_template *self)
 
jsonbcode discord_create_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_guild_template *self)
 
size_t discord_create_guild_template_to_json (char buf[], size_t size, const struct discord_create_guild_template *self)
 
jsonbcode discord_modify_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_guild_template *self)
 
size_t discord_modify_guild_template_to_json (char buf[], size_t size, const struct discord_modify_guild_template *self)
 

Detailed Description

Generated code.

Author
Cogmasters

Macro Definition Documentation

◆ JSMN_STRICT

#define JSMN_STRICT

◆ JSMN_HEADER

#define JSMN_HEADER

◆ JSONB_HEADER

#define JSONB_HEADER

Function Documentation

◆ discord_guild_template_init()

void discord_guild_template_init ( struct discord_guild_template self)

◆ discord_guild_template_cleanup()

void discord_guild_template_cleanup ( struct discord_guild_template self)

◆ discord_guild_templates_cleanup()

void discord_guild_templates_cleanup ( struct discord_guild_templates self)

◆ discord_create_guild_from_guild_template_init()

void discord_create_guild_from_guild_template_init ( struct discord_create_guild_from_guild_template self)

◆ discord_create_guild_from_guild_template_cleanup()

void discord_create_guild_from_guild_template_cleanup ( struct discord_create_guild_from_guild_template self)

◆ discord_create_guild_template_init()

void discord_create_guild_template_init ( struct discord_create_guild_template self)

◆ discord_create_guild_template_cleanup()

void discord_create_guild_template_cleanup ( struct discord_create_guild_template self)

◆ discord_modify_guild_template_init()

void discord_modify_guild_template_init ( struct discord_modify_guild_template self)

◆ discord_modify_guild_template_cleanup()

void discord_modify_guild_template_cleanup ( struct discord_modify_guild_template self)

◆ discord_guild_template_from_jsmnf()

long discord_guild_template_from_jsmnf ( jsmnf_pair root,
const char *  js,
struct discord_guild_template self 
)

◆ discord_guild_template_from_json()

size_t discord_guild_template_from_json ( const char  buf[],
size_t  size,
struct discord_guild_template self 
)

◆ discord_guild_templates_from_jsmnf()

long discord_guild_templates_from_jsmnf ( jsmnf_pair root,
const char *  js,
struct discord_guild_templates self 
)

◆ discord_guild_templates_from_json()

size_t discord_guild_templates_from_json ( const char  buf[],
size_t  size,
struct discord_guild_templates self 
)

◆ discord_create_guild_from_guild_template_from_jsmnf()

long discord_create_guild_from_guild_template_from_jsmnf ( jsmnf_pair root,
const char *  js,
struct discord_create_guild_from_guild_template self 
)

◆ discord_create_guild_from_guild_template_from_json()

size_t discord_create_guild_from_guild_template_from_json ( const char  buf[],
size_t  size,
struct discord_create_guild_from_guild_template self 
)

◆ discord_create_guild_template_from_jsmnf()

long discord_create_guild_template_from_jsmnf ( jsmnf_pair root,
const char *  js,
struct discord_create_guild_template self 
)

◆ discord_create_guild_template_from_json()

size_t discord_create_guild_template_from_json ( const char  buf[],
size_t  size,
struct discord_create_guild_template self 
)

◆ discord_modify_guild_template_from_jsmnf()

long discord_modify_guild_template_from_jsmnf ( jsmnf_pair root,
const char *  js,
struct discord_modify_guild_template self 
)

◆ discord_modify_guild_template_from_json()

size_t discord_modify_guild_template_from_json ( const char  buf[],
size_t  size,
struct discord_modify_guild_template self 
)

◆ discord_guild_template_to_jsonb()

jsonbcode discord_guild_template_to_jsonb ( jsonb b,
char  buf[],
size_t  size,
const struct discord_guild_template self 
)

◆ discord_guild_template_to_json()

size_t discord_guild_template_to_json ( char  buf[],
size_t  size,
const struct discord_guild_template self 
)

◆ discord_guild_templates_to_jsonb()

jsonbcode discord_guild_templates_to_jsonb ( jsonb b,
char  buf[],
size_t  size,
const struct discord_guild_templates self 
)

◆ discord_guild_templates_to_json()

size_t discord_guild_templates_to_json ( char  buf[],
size_t  size,
const struct discord_guild_templates self 
)

◆ discord_create_guild_from_guild_template_to_jsonb()

jsonbcode discord_create_guild_from_guild_template_to_jsonb ( jsonb b,
char  buf[],
size_t  size,
const struct discord_create_guild_from_guild_template self 
)

◆ discord_create_guild_from_guild_template_to_json()

size_t discord_create_guild_from_guild_template_to_json ( char  buf[],
size_t  size,
const struct discord_create_guild_from_guild_template self 
)

◆ discord_create_guild_template_to_jsonb()

jsonbcode discord_create_guild_template_to_jsonb ( jsonb b,
char  buf[],
size_t  size,
const struct discord_create_guild_template self 
)

◆ discord_create_guild_template_to_json()

size_t discord_create_guild_template_to_json ( char  buf[],
size_t  size,
const struct discord_create_guild_template self 
)

◆ discord_modify_guild_template_to_jsonb()

jsonbcode discord_modify_guild_template_to_jsonb ( jsonb b,
char  buf[],
size_t  size,
const struct discord_modify_guild_template self 
)

◆ discord_modify_guild_template_to_json()

size_t discord_modify_guild_template_to_json ( char  buf[],
size_t  size,
const struct discord_modify_guild_template self 
)