tblite
Light-weight tight-binding framework
|
Provides convenience functionality for working with the C API bindings for tblite by including all relevant headers and defining general type generic macros for working with the object handles. More...
#include "tblite/error.h"
#include "tblite/container.h"
#include "tblite/context.h"
#include "tblite/double_dictionary.h"
#include "tblite/structure.h"
#include "tblite/calculator.h"
#include "tblite/solvation.h"
#include "tblite/result.h"
#include "tblite/table.h"
#include "tblite/param.h"
#include "tblite/version.h"
Go to the source code of this file.
Macros | |
#define | tblite_delete(ptr) |
#define | tblite_check(ptr) |
Provides convenience functionality for working with the C API bindings for tblite by including all relevant headers and defining general type generic macros for working with the object handles.
#define tblite_check | ( | ptr | ) |
Generic macro to check for error status
ptr | Opaque object handle |
#define tblite_delete | ( | ptr | ) |
Generic macro to free an object handle.
ptr | Opaque object handle |