#include "MRMeshFwd.h"
Go to the source code of this file.
Functions | |
MR_EXTERN_C_BEGIN MRMESHC_API const char * | mrStringData (const MRString *str) |
gets read-only access to the string data | |
MRMESHC_API size_t | mrStringSize (const MRString *str) |
gets total length of the string | |
MRMESHC_API void | mrStringFree (MRString *str) |
deallocates the string object | |
MR_EXTERN_C_BEGIN MRMESHC_API const char * mrStringData | ( | const MRString * | str | ) |
gets read-only access to the string data
MRMESHC_API void mrStringFree | ( | MRString * | str | ) |
deallocates the string object
MRMESHC_API size_t mrStringSize | ( | const MRString * | str | ) |
gets total length of the string