Coconut Framework  beta
Classes | Functions
CNTextString.h File Reference

Define CNTextString class. More...

#include "CNForwarders.h"

Go to the source code of this file.

Classes

struct  CNTextString
 

Functions

static struct CNTextString CNMakeEmptyTextString (void)
 Return empty text-string. More...
 
static const unsigned char * CNContentOfTextString (const struct CNTextString *src)
 Get content of source text-string. More...
 
static size_t CNLengthOfTextString (const struct CNTextString *src)
 Get length of source text-string. More...
 

Detailed Description

Define CNTextString class.

Copyright
Copyright (C) 2013 Steel Wheels Project

Function Documentation

static struct CNTextString CNMakeEmptyTextString ( void  )
static

Return empty text-string.

Returns
Empty text string
static const unsigned char* CNContentOfTextString ( const struct CNTextString src)
inlinestatic

Get content of source text-string.

Returns
Content of text-string
Parameters
srcSource text-string

References CNTextString::string.

static size_t CNLengthOfTextString ( const struct CNTextString src)
inlinestatic

Get length of source text-string.

Returns
Length of text-string
Parameters
srcSource text-string

References CNTextString::length.