LocalStringStorage Class Reference

#include <vm.h>

公共成员函数

MAXON_IMPLICIT   LocalStringStorage (const String &str)
  LocalStringStorage ()
  LocalStringStorage ( LocalStringStorage &&o)
  operator const Char * () const
Int   GetLength () const

Private Attributes

BaseArray < Char _arr

构造函数 & 析构函数文档编制

◆  LocalStringStorage() [1/3]

MAXON_IMPLICIT LocalStringStorage ( const String str )

◆  LocalStringStorage() [2/3]

LocalStringStorage ( )

◆  LocalStringStorage() [3/3]

LocalStringStorage ( LocalStringStorage &&  o )

成员函数文档编制

◆  operator const Char *()

operator const Char * ( ) const

◆  GetLength()

Int GetLength ( ) const

Member Data Documentation

◆  _arr

BaseArray < Char > _arr
private