You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_CharacterBuffer object:

Class

Cvo_CharacterBuffer

Syntax

#include <Cvo/Buffer.h++>

Cvo_CharacterBuffer cb( [ { char | wchar_t } *string, [ int length ] ] )

Overview

The Cvo_CharacterBuffer object is the universal mechanism used by Cvo to store character strings. This object can take and produce both wide character (wchar_t *) strings and multi-byte (char *) strings. If passed the optional string argument, the buffer will be initialized with the data pointed to by string. The string argument is assumed to be NULL terminated if length is not passed, or of length units if it is provided.

Member Functions

This object defines the following member functions.


See the legend for information about the conventions used in this documentation.