TIBCO Adapter SDK C++ Reference
MStringData
Class Hierarchy | C++ Classes and Methods | Members | Methods
Polymorphic container for strings that are meant to be sent on the wire. Contains either NULL-terminated ASCII strings (ASCIIZ) or Unicode strings depending on the constructor used. Converting extraction can be attempted. In contrast to MChar:

  • MStringData always ends with a NULL character

  • MStringData is not prespecified to be of a certain length and is therefore not padded with NULL characters.

See also "Adapter SDK Unicode Support" in TIBCO Adapter SDK Programmer's Guide.
Declaration
class MStringData : public MData;
Class Hierarchy
MObject
    MData
        MStringData
File
MStringData.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.