Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Specs generated file. More...
Go to the source code of this file.
Classes | |
struct | discord_guild_template |
Guild Template Structure. More... | |
Functions | |
void | discord_guild_template_cleanup_v (void *p) |
void | discord_guild_template_cleanup (struct discord_guild_template *p) |
void | discord_guild_template_init_v (void *p) |
void | discord_guild_template_init (struct discord_guild_template *p) |
struct discord_guild_template * | discord_guild_template_alloc () |
void | discord_guild_template_free_v (void *p) |
void | discord_guild_template_free (struct discord_guild_template *p) |
void | discord_guild_template_from_json_v (char *json, size_t len, void *p) |
void | discord_guild_template_from_json (char *json, size_t len, struct discord_guild_template *p) |
size_t | discord_guild_template_to_json_v (char *json, size_t len, void *p) |
size_t | discord_guild_template_to_json (char *json, size_t len, struct discord_guild_template *p) |
size_t | discord_guild_template_to_query_v (char *json, size_t len, void *p) |
size_t | discord_guild_template_to_query (char *json, size_t len, struct discord_guild_template *p) |
void | discord_guild_template_list_free_v (void **p) |
void | discord_guild_template_list_free (struct discord_guild_template **p) |
void | discord_guild_template_list_from_json_v (char *str, size_t len, void *p) |
void | discord_guild_template_list_from_json (char *str, size_t len, struct discord_guild_template ***p) |
size_t | discord_guild_template_list_to_json_v (char *str, size_t len, void *p) |
size_t | discord_guild_template_list_to_json (char *str, size_t len, struct discord_guild_template **p) |
Specs generated file.