summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/doc/doxygen/components/SmartObjects/index.txt
blob: 3844e1ab6907946ee7c94cbb9b456eab2f99b262 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*! \page components_smartobjects Smart Objects

Smart Object is building block for a custom dynamic data structures with virtually unlimited complexity. Client code can use Smart Objects to create containers for simple basic types such as bools, ints, doubles, chars, strings end enums as well as arrays and maps.

Smart Objects solution also includes validation/normalization mechanism of schemas witch is similar to the XML schemas. This feature allows client to validate any data structure.

More detailed information is described in following chapters:
    - \subpage components_smartobjects_types "Smart Objects Types"
    - \subpage components_smartobjects_usage "Use of Smart Objects"
    - \subpage components_smartobjects_validation "Smart Objects validation"
*/