|
Horizon
|
Public Member Functions | |
| BlockInstance (const UUID &uu, const json &j, class IBlockProvider &prv, class Block *block=nullptr) | |
| BlockInstance (const UUID &uu, Block &block) | |
| std::string | replace_text (const std::string &t, bool *replaced=nullptr) const |
| UUID | get_uuid () const |
| json | serialize () const |
Static Public Member Functions | |
| static UUID | peek_block_uuid (const json &j) |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< Block > | block |
| std::string | refdes |
| std::map< UUID, Connection > | connections |