Include dependency graph for propertized.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | nnfw |
Classes | |
| class | Variant |
| Incapsulate values of different types/classes in a unified way (like union). More... | |
| class | AbstractPropertyAccess |
| Encapsulates methods for accessing property data. More... | |
| class | PropertyAccess |
| Template creation of actual PropertyAccess. More... | |
| class | VectorPropertyAccess |
| Template creation of actual VectorPropertyAccess. More... | |
| class | PropertyData |
| Simple Structure for describing a property in PropertySettings. More... | |
| class | Propertized |
| Implements the capability to access internal data via properties. More... | |
Typedefs | |
| typedef VectorData< AbstractPropertyAccess * > | PropertyAccessVec |
| typedef std::map< std::string, Variant > | PropertySettings |