Example
Loading...
Searching...
No Matches
Functions
CString.h File Reference
#include "Capsule/CDefinesPrivate.h"
Include dependency graph for CString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 CLC_STRUCT (clCString)
 String implementation.
 
CL_DLL void clCString_Free (clCString stringPointer) NOEXCEPT
 Free memory of clCString.
 
CL_DLL const char * clCString_CStr (clCString stringPointer) NOEXCEPT
 Get ANSI string from clCString.
 

Function Documentation

◆ CLC_STRUCT()

CLC_STRUCT ( clCString  )

String implementation.

Object handled in Capsule. Need call free by "clCString_Free(clCString stringPointer)"

◆ clCString_CStr()

CL_DLL const char * clCString_CStr ( clCString  stringPointer)

Get ANSI string from clCString.

Returns
const char*

◆ clCString_Free()

CL_DLL void clCString_Free ( clCString  stringPointer)

Free memory of clCString.