|
KDBindings API Documentation 1.0.95
|
#include <kdbindings/property_updater.h>#include <kdbindings/signal.h>#include <iostream>#include <memory>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | KDBindings::equal_to< T > |
| An instance of the KDBindings::equal_to struct is used to decide whether two values of type T are equal in the context of data binding. More... | |
| class | KDBindings::Property< T > |
| A property represents a value that can be part of or the result of data binding. More... | |
| struct | KDBindings::ReadOnlyProperty |
Namespaces | |
| namespace | KDBindings |
| The main namespace of the KDBindings library. | |
Functions | |
| template<typename T > | |
| std::ostream & | KDBindings::operator<< (std::ostream &stream, Property< T > const &property) |
| template<typename T > | |
| std::istream & | KDBindings::operator>> (std::istream &stream, Property< T > &prop) |