|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
| src | |
| cli | |
| jsbind | |
| lipsum_binding_js.cpp | JS binding over lipsum-cpp |
| lipsum | |
| core | |
| argvec2.hpp | Declaration of lipsum::ArgVec2 |
| argvec2.inl | Definition of lipsum::ArgVec2 and internal functions |
| core.hpp | Core macros for lipsum-cpp |
| internal.hpp | Declaration of lipsum::internal |
| sample.inl | File containing all of the words used by lipsum::Source |
| source.hpp | Mutli-source generation for lipsum-cpp |
| source.inl | Mutli-source generation for lipsum-cpp |
| stdincludes.hpp | Standard library includes of lipsum-cpp |
| version.hpp | Version constants for lipsum-cpp |
| generator.hpp | Declaration of lipsum::Generator |
| generator.inl | Definition of lipsum::Generator |
| generatorcore.inl | Definition of core lipsum::Generator functions |
| generatorformats.inl | Definition of lipsum::Generator functions for formats |
| generatorsettings.hpp | Struct lipsum::GeneratorSettings |
| misc.hpp | Miscellaneous functions of lipsum-cpp |
| misc.inl | Miscellaneous functions of lipsum-cpp |
| lipsumc | |
| 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 |
| lipsumpy | |
| lipsum.h | C wrapper over lipsum-cpp |
| lipsum.hpp | Main header of lipsum-cpp |
| lipsum_h.cpp | Contains the definitions of all the C wrapper's functions |
| lipsum_static.cpp | Source file when building lipsum-cpp as static or shared library |