basic_sheet_t Class Reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes | |
| struct | cell_t |
| struct | interface_cell_t |
Public Types | |
| typedef boost::signals::connection | connection_t |
| typedef boost::signal< void(const any_regular_t &)> | monitor_value_list_t |
| typedef boost::function< void(const any_regular_t &)> | monitor_value_t |
Public Member Functions | |
| void | add_constant (name_t, const any_regular_t &) |
| void | add_interface (name_t, const any_regular_t &) |
| dictionary_t | contributing () const |
| std::size_t | count_interface (name_t) const |
| connection_t | monitor_value (name_t name, const monitor_value_t &monitor) |
| const any_regular_t & | operator[] (name_t) const |
| void | set (const dictionary_t &cell_set) |
| void | set (name_t, const any_regular_t &) |
Detailed Description
Definition at line 40 of file basic_sheet.hpp.
Member Typedef Documentation
| typedef boost::signals::connection connection_t |
Definition at line 44 of file basic_sheet.hpp.
| typedef boost::signal<void (const any_regular_t&)> monitor_value_list_t |
Definition at line 46 of file basic_sheet.hpp.
| typedef boost::function<void (const any_regular_t&)> monitor_value_t |
Definition at line 45 of file basic_sheet.hpp.
Member Function Documentation
| void add_constant | ( | name_t | , | |
| const any_regular_t & | ||||
| ) |
| void add_interface | ( | name_t | , | |
| const any_regular_t & | ||||
| ) |
| dictionary_t contributing | ( | ) | const |
| std::size_t count_interface | ( | name_t | ) | const |
| connection_t monitor_value | ( | name_t | name, | |
| const monitor_value_t & | monitor | |||
| ) |
| const any_regular_t& operator[] | ( | name_t | ) | const |
| void set | ( | const dictionary_t & | cell_set | ) |
| void set | ( | name_t | , | |
| const any_regular_t & | ||||
| ) |

