Classes | Namespaces | Functions
xsi_string.h File Reference

CString and CStringArray class declarations. More...

#include "sicppsdk.h"
#include <stdlib.h>

Go to the source code of this file.

Classes

class  CString
 Character strings in the Softimage SDK are represented with the CString class. CString consist of a variable-length sequence of characters. The CString class can store either wide characters (16-bit values) or ASCII ("char") characters (8-bit values). More...
class  CStringArray
 The CStringArray is an uni-dimensional array of CString objects. More...

Namespaces

namespace  XSI
 

The XSI namespace defines a region where all API classes are declared. Namespaces are used to prevent global namespace pollution and name clashing.


Functions

CString operator+ (const wchar_t *in_pwstr, const CString &in_refStr)
CString operator+ (const wchar_t in_wchar, const CString &in_refStr)
CString operator+ (const char *in_pstr, const CString &in_refStr)
CString operator+ (const char in_char, const CString &in_refStr)

Detailed Description

CString and CStringArray class declarations.

Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.