Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::CTString

Syntax

CTString

CTString(const pTEXT ptr)

CTString(const pTEXT ptr, VRLEN size)

CTString(const CTString& str)

CTString(const NINT value)

CTString(const double value)

Parameters

  • ptr [in] - pointer to a C String.
  • size [in] - size of the string including nul terminator
  • str [in] - string to be copied in the copy constructor.
  • value [in] - NINT value to be converted to a CTString

Description

This is the constructor for the CTString object. The prototype CTString(const CTString& str) is the copy constructor for the CTString class.

See also

~CTString()

TOCIndex