To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
« back to all changes in this revision
Viewing changes to src/defs.h
-
Committer:
Gustav Hartvigsson
-
Date:
2015-08-30 14:13:09 UTC
-
Revision ID:
gustav.hartvigsson@gmail.com-20150830141309-kx9s3xdy4x2iegl9
* Readded s_wstring_to_string function*
* added @depricated mark to the documentation.
* added a warning to the function that it should not be used.
* Added FreeFunc to SMatrixRowInformation.
* Added function pointers to [from,to]_json functions to SMatrixRowInformation.
* Added SMatrixRowInformation to SMatrix so we can do to/from JSON operations in the future, and better frees.
* Added UCHAR and USTIRNG to the S_TYPE enum and STypeName array.
* Created documentation group for Utils.
Show diffs side-by-side
added
removed
95
S_TYPE_UCHAR, /**< char32_t/uchar */
101
S_TYPE_WSTRING, /**< Plarform specific wchar_t */
102
S_TYPE_USTRING, /**< char32_t String.*/
123
"UCHAR", /*< char32_t */
126
131
"UNUSED_0/INVALID",
127
132
"UNUSED_1/INVALID",
128
133
"UNUSED_2/INVALID",