|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
Files | |
| binded.h | |
| Binded classes of lipsum-cpp C wrapper. | |
| binded.inl | |
| Binded classes of lipsum-cpp C wrapper. | |
| core.h | |
| Core macros for lipsum-cpp C wrapper. | |
| version.h | |
| Version macros for lipsum-cpp. | |
The C wrapper provides a lower-level C API over lipsum-cpp for integration into C projects.
The differences between the C++ and C API are that:
Internal functions such as lpsm::internal::HandleHTMLEntity() are not available in the C wrapper, as well as some internal classes like lpsm::Source and lpsm::ArgVec2.
When using the C wrapper, remember to use lpsm_DeleteString() and lpsm_GeneratorDestroy() to avoid memory leaks!