Interface Technology Basics  VST 3.7
SDK for developing VST plug-in
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
UStringBuffer< maxSize > Class Template Reference

UTF-16 string with fixed buffer size. More...

#include <ustring.h>

+ Inheritance diagram for UStringBuffer< maxSize >:

Public Member Functions

 UStringBuffer ()
 
 UStringBuffer (const char16 *src, int32 srcSize=-1)
 Construct from UTF-16 string.
 
 UStringBuffer (const char *src, int32 srcSize=-1)
 Construct from ASCII string.
 
- Public Member Functions inherited from UString
 UString (char16 *buffer, int32 size)
 Construct from UTF-16 string, size is in code unit (count of char16)
 
int32 getSize () const
 returns buffer size
 
 operator const char16 * () const
 cast to char16*
 
int32 getLength () const
 Returns length of string (in code unit).
 
UStringassign (const char16 *src, int32 srcSize=-1)
 Copy from UTF-16 buffer (srcSize is in code unit (count of char16)).
 
UStringappend (const char16 *src, int32 srcSize=-1)
 Append UTF-16 buffer (srcSize is in code unit (count of char16)).
 
const UStringcopyTo (char16 *dst, int32 dstSize) const
 Copy to UTF-16 buffer (dstSize is in code unit (count of char16)).
 
UStringfromAscii (const char *src, int32 srcSize=-1)
 Copy from ASCII string (srcSize is in code unit (count of char16)).
 
UStringassign (const char *src, int32 srcSize=-1)
 
const UStringtoAscii (char *dst, int32 dstSize) const
 Copy to ASCII string.
 
bool scanInt (int64 &value) const
 Scan integer from string.
 
bool printInt (int64 value)
 Print integer to string.
 
bool scanFloat (double &value) const
 Scan float from string.
 
bool printFloat (double value, int32 precision=4)
 Print float to string.
 

Protected Attributes

char16 data [maxSize]
 
- Protected Attributes inherited from UString
char16thisBuffer
 
int32 thisSize
 size in code unit (not in byte!)
 

Detailed Description

template<int32 maxSize>
class Steinberg::UStringBuffer< maxSize >

UTF-16 string with fixed buffer size.

Constructor & Destructor Documentation

UStringBuffer ( )
inline
UStringBuffer ( const char16 src,
int32  srcSize = -1 
)
inline

Construct from UTF-16 string.

UStringBuffer ( const char src,
int32  srcSize = -1 
)
inline

Construct from ASCII string.

Member Data Documentation

char16 data[maxSize]
protected
Empty

Copyright ©2024 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.