Sane C++ Libraries: Containers Reflection (original) (raw)

🟨 Containers specializations for Reflection and Serialization.

SaneCppContainersReflection.h is a support library holding all partial specializations for Reflection, Serialization Binary and Serialization Text.
Its headers are only meant to be included anywhere the reflection / serialization systems are being used so that both systems "know" how to handle things like [SC::Vector](structSC%5F1%5F1Vector.html "A contiguous sequence of heap allocated elements.") or [SC::String](structSC%5F1%5F1String.html "A non-modifiable owning string with associated encoding.").

Dependencies

Dependency Graph

Status

🟩 Usable

Description

The reason for this library to exist is only to allow Reflection, Serialization Binary and Serialization Text libraries not to be depending on Containers and Memory.

Statistics

Type Lines Of Code Comments Sum
Headers 213 98 311
Sources 0 0 0
Sum 213 98 311