Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
status.hpp File Reference

Error/result types for the stable Lightgraph API. More...

#include <string>
#include <utility>
Include dependency graph for status.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Error/result types for the stable Lightgraph API.

Definition in file status.hpp.