Go to the source code of this file.
|
class | Form |
| Abstract superclass of all array node forms, which expresses the nesting structure without any large Index or data buffers. More...
|
|
class | Content |
| Abstract superclass of all array node types (flat hierarchy). Any Content can be nested within any other Content. More...
|
|
|
using | ContentPtr = std::shared_ptr< Content > |
|
using | ContentPtrVec = std::vector< std::shared_ptr< Content > > |
|
using | FormPtr = std::shared_ptr< Form > |
|
using | FormKey = std::shared_ptr< std::string > |
|
using | ArrayCachePtr = std::shared_ptr< ArrayCache > |
|
using | TypePtr = std::shared_ptr< Type > |
|