Declares the stable status values returned by the apoCHARMM C ABI. More...
Typedefs | |
| typedef enum apo_status | apo_status |
| Identifies success or a categorized failure returned by the C ABI. | |
Enumerations | |
| enum | apo_status { APO_STATUS_OK = 0 , APO_STATUS_INVALID_ARGUMENT = 1 , APO_STATUS_RUNTIME_ERROR = 2 , APO_STATUS_CUDA_ERROR = 3 , APO_STATUS_NOT_INITIALIZED = 4 , APO_STATUS_NOT_IMPLEMENTED = 5 } |
| Identifies success or a categorized failure returned by the C ABI. More... | |
Declares the stable status values returned by the apoCHARMM C ABI.
| typedef enum apo_status apo_status |
Identifies success or a categorized failure returned by the C ABI.
The explicit numeric values are part of the public C ABI. After a nonzero status, call apo_last_error on the same thread before another status-returning apoCHARMM C API call clears or replaces the diagnostic.
| enum apo_status |
Identifies success or a categorized failure returned by the C ABI.
The explicit numeric values are part of the public C ABI. After a nonzero status, call apo_last_error on the same thread before another status-returning apoCHARMM C API call clears or replaces the diagnostic.