|
nany
|
#include <nany.h>
Public Attributes | |
| nyallocator_t | allocator |
| void(* | on_target_added )(nyproject_t *, nytarget_t *, const char *name, uint32_t len) |
| void(* | on_target_removed )(nyproject_t *, nytarget_t *, const char *name, uint32_t len) |
| nybool_t | with_nsl_unittests |
Project Configuration
| nyallocator_t nyproject_cf_t::allocator |
Memory allocator
| void(* nyproject_cf_t::on_target_added) (nyproject_t *, nytarget_t *, const char *name, uint32_t len) |
A new target has been added
| void(* nyproject_cf_t::on_target_removed) (nyproject_t *, nytarget_t *, const char *name, uint32_t len) |
A target has been removed
| nybool_t nyproject_cf_t::with_nsl_unittests |
Load unittsts from nsl
1.8.12