Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <external_model.hpp>
Public Types | |
using | connection_t |
using | monitor_t |
Public Member Functions | |
void | add_cell (name_t) |
std::size_t | count (name_t) const |
connection_t | monitor (name_t name, const monitor_t &monitor) |
void | set (name_t, const any_regular_t &) |
void | model_monitor (name_t name, const monitor_t &monitor) |
void | model_set (name_t, const any_regular_t &) |
Definition at line 36 of file external_model.hpp.
using connection_t |
Definition at line 38 of file external_model.hpp.
using monitor_t |
Definition at line 39 of file external_model.hpp.
void add_cell | ( | name_t | ) |
std::size_t count | ( | name_t | ) | const |
connection_t monitor | ( | name_t | name, |
const monitor_t & | monitor ) |
void set | ( | name_t | , |
const any_regular_t & | ) |
void model_set | ( | name_t | , |
const any_regular_t & | ) |