|
Horizon
|
Public Member Functions | |
| Entity (const UUID &uu) | |
| json | serialize () const |
| void | update_refs (IPool &pool) |
| UUID | get_uuid () const |
Static Public Member Functions | |
| static Entity | new_from_file (const std::string &filename, IPool &pool) |
| static unsigned int | get_app_version () |
Public Attributes | |
| UUID | uuid |
| std::string | name |
| std::string | manufacturer |
| std::string | prefix |
| std::set< std::string > | tags |
| std::map< UUID, Gate > | gates |
| FileVersion | version |