|
Lightgraph
C++17 light-graph engine API reference
|
Error/result types for the stable Lightgraph API. More...
#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| class | lightgraph::Status |
| Operation status object. More... | |
| class | lightgraph::Result< T > |
Namespaces | |
| namespace | lightgraph |
Enumerations | |
| enum class | lightgraph::ErrorCode { lightgraph::Ok = 0 , lightgraph::InvalidArgument , lightgraph::InvalidModel , lightgraph::NoFreeLightList , lightgraph::NoEmitterAvailable , lightgraph::CapacityExceeded , lightgraph::OutOfRange , lightgraph::InternalError } |
| Stable error codes returned by high-level API operations. More... | |
Error/result types for the stable Lightgraph API.
Definition in file status.hpp.