|
Live Cells C++
Reactive Programming for C++
|
| ▼Nlive_cells | |
| ▼Nops | |
| ROperator | Concept defining an operator on a cell |
| RComputable | Defines a type that computes a value when the call operator operator() is invoked |
| RCellOrValue | Concept specifying that T is either a Cell or a value that can be converted to a constant_cell |
| RKeyable | Concept defining an object that can be identified by a key |
| RTrackable | Concept defining an observable object that can be tracked dynamically as a dependency |
| RCell | Defines the cell protocol |
| RTypedCell | Concept that constrains Cell to cells holding a specific value type T |
| RMutableCell | Concept defining a Cell that can have its value set |
| RTypedMutableCell | Concept that constrains MutableCell to cells holding a specific value type T |