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

Public value types and commands for the stable Lightgraph API. More...

#include <cstdint>
#include <optional>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lightgraph::Color
 8-bit RGB color. More...
 
struct  lightgraph::EngineConfig
 Engine construction configuration. More...
 
struct  lightgraph::EmitCommand
 One emit request. More...
 

Namespaces

namespace  lightgraph
 

Enumerations

enum class  lightgraph::ObjectType {
  lightgraph::Heptagon919 , lightgraph::Heptagon3024 , lightgraph::Line , lightgraph::Cross ,
  lightgraph::Triangle
}
 Built-in object topologies supported by the high-level engine API. More...
 

Detailed Description

Public value types and commands for the stable Lightgraph API.

Definition in file types.hpp.