This document describes version 0.3.0-devel.3 of CCStructs, a C11 language library implementing common programming traits for C data structures.
This package supports POSIX platforms. This package depends on the external packages: CCExceptions, at least version 0.9.0; CCMemory, at least version 0.2.2. To run the test suite: this package depends upon the external package CCTests, at least version 0.4.1.
The package is distributed under the terms of the GNU Lesser General Public License (LGPL).
The latest release can be downloaded from:
development takes place at:
and as backup at:
Copyright © 2018, 2019 by Marco Maggi mrc.mgg@gmail.com
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with Invariant Sections being “GNU Free Documentation License” and “GNU General Public License”, no Front–Cover Texts, and no Back–Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.
| • overview | Overview of the package. | |
| • version | Version functions. | |
| • core | Core type definitions. | |
| • dtor | The dtor trait.
| |
| • dumpable | The dumpable trait.
| |
| • serialiser | The serialiser trait.
| |
| • deserialiser | The deserialiser trait.
| |
| • pathname | The pathname trait.
| |
| • utils | Utility definitions. | |
Appendices | ||
|---|---|---|
| • ccnames | Automatically generated API names. | |
| • Package License | GNU Lesser General Public License. | |
| • Documentation License | GNU Free Documentation License. | |
| • references | Bibliography and references. | |
Indexes | ||
| • concept index | An entry for each concept. | |
| • function index | An entry for each function. | |
| • variable index | An entry for each variable. | |
| • type index | An entry for each type. | |
This document describes version 0.3.0-devel.3 of CCStructs.