#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
Go to the source code of this file.
◆ MR_expected_void_std_string
◆ MR_std_vector_uint64_t
◆ MR_VertId
| typedef struct MR_VertId MR_VertId |
◆ MR_hasBom()
| MRC_API bool MR_hasBom |
( |
const char * | str, |
|
|
const char * | str_end ) |
Generated from function MR::hasBom. Parameter str can not be null. If str_end is null, then str is assumed to be null-terminated.
◆ MR_parseFirstNum()
Generated from function MR::parseFirstNum. Parameter str can not be null. If str_end is null, then str is assumed to be null-terminated. Parameter num can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
◆ MR_parsePolygon()
Generated from function MR::parsePolygon. Parameter str can not be null. If str_end is null, then str is assumed to be null-terminated. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
◆ MR_splitByLines()
Generated from function MR::splitByLines. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_uint64_t_Destroy() to free it when you're done using it.