libki/include/ki/pclass
pythonology 6518148b50 pclass: Rename Type::is_byte_based -> Type::is_byte_aligned
Also introduced the Type::cast convenience method. This is primarily to
fix type casting over in kipy when deserializing XML values. This
was necessary since properties in kipy are not type-aware, and as such
couldn't determine if the value was actually a string, or meant to
be casted to something else.
2019-07-04 00:15:41 -04:00
..
Casters.h serialization: Add FileSerializer and XmlSerializer 2019-01-07 22:49:12 +00:00
ClassType.h serialization: Fix inconsistencies in binary serialization 2019-06-02 22:38:29 -04:00
Enum.h serialization: Fix inconsistencies in binary serialization 2019-06-02 22:38:29 -04:00
EnumType.h serialization: Fix inconsistencies in binary serialization 2019-06-02 22:38:29 -04:00
HashCalculator.h etc: Refactoring, documentation, and more tests 2019-01-01 20:54:57 +00:00
PrimitiveType.h pclass: Rename Type::is_byte_based -> Type::is_byte_aligned 2019-07-04 00:15:41 -04:00
Property.h pclass: Introduce the PUBLIC property flag, along with the WRITE_PUBLIC_ONLY serializer flag 2019-06-27 19:42:18 -04:00
PropertyClass.h pclass: Introduce the PUBLIC property flag, along with the WRITE_PUBLIC_ONLY serializer flag 2019-06-27 19:42:18 -04:00
PropertyList.h etc: Refactoring, documentation, and more tests 2019-01-01 20:54:57 +00:00
StaticProperty.h pclass: Introduce the PUBLIC property flag, along with the WRITE_PUBLIC_ONLY serializer flag 2019-06-27 19:42:18 -04:00
Type.h pclass: Rename Type::is_byte_based -> Type::is_byte_aligned 2019-07-04 00:15:41 -04:00
TypeSystem.h serialization: Add FileSerializer and XmlSerializer 2019-01-07 22:49:12 +00:00
Value.h serialization: Add FileSerializer and XmlSerializer 2019-01-07 22:49:12 +00:00
VectorProperty.h pclass: Introduce the PUBLIC property flag, along with the WRITE_PUBLIC_ONLY serializer flag 2019-06-27 19:42:18 -04:00