Go to the source code of this file.
|
costream * | casm_STDOUT () |
|
costream * | casm_STDERR () |
|
costream * | casm_nullstream () |
|
costream * | casm_ostringstream_new () |
|
void | casm_ostringstream_delete (costream *ptr) |
|
unsigned long | casm_ostringstream_size (costream *ptr) |
|
char * | casm_ostringstream_strcpy (costream *ptr, char *c_str) |
|
cPrimClex * | casm_primclex_null () |
|
cPrimClex * | casm_primclex_new (char *path, costream *log, costream *err_log) |
|
void | casm_primclex_delete (cPrimClex *ptr) |
|
void | casm_primclex_refresh (cPrimClex *ptr, costream *log, costream *err_log, bool read_settings, bool read_composition, bool read_chem_ref, bool read_configs, bool clear_clex) |
|
void | casm_command_list (costream *ostringstream_log) |
| Print to log the recognized casm commands as a JSON array. More...
|
|
int | casm_capi (char *args, cPrimClex *primclex, char *root, costream *log, costream *err_log) |
|
◆ casm_capi()
Construct a CommandArgs instance and call casm_api
- Will construct temporary PrimClex if necessary
- If primclex is not null, then root is ignored.
Definition at line 88 of file api.cc.
◆ casm_command_list()
void casm_command_list |
( |
costream * |
ostringstream_log | ) |
|
Print to log the recognized casm commands as a JSON array.
Definition at line 73 of file api.cc.
◆ casm_nullstream()
◆ casm_ostringstream_delete()
void casm_ostringstream_delete |
( |
costream * |
ptr | ) |
|
◆ casm_ostringstream_new()
◆ casm_ostringstream_size()
unsigned long casm_ostringstream_size |
( |
costream * |
ptr | ) |
|
◆ casm_ostringstream_strcpy()
char* casm_ostringstream_strcpy |
( |
costream * |
ptr, |
|
|
char * |
c_str |
|
) |
| |
◆ casm_primclex_delete()
◆ casm_primclex_new()
◆ casm_primclex_null()
◆ casm_primclex_refresh()
void casm_primclex_refresh |
( |
cPrimClex * |
ptr, |
|
|
costream * |
log, |
|
|
costream * |
err_log, |
|
|
bool |
read_settings, |
|
|
bool |
read_composition, |
|
|
bool |
read_chem_ref, |
|
|
bool |
read_configs, |
|
|
bool |
clear_clex |
|
) |
| |
◆ casm_STDERR()
◆ casm_STDOUT()