MeshLib
 
Loading...
Searching...
No Matches
MRString.h File Reference
#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
 

Function Documentation

◆ mrStringData()

MR_EXTERN_C_BEGIN MRMESHC_API const char * mrStringData ( const MRString * str)

gets read-only access to the string data

◆ mrStringFree()

MRMESHC_API void mrStringFree ( MRString * str)

deallocates the string object

◆ mrStringSize()

MRMESHC_API size_t mrStringSize ( const MRString * str)

gets total length of the string