Urho3D::StringFactory Class Reference

String factory class that manages the string constants the script engine uses. More...

#include <Urho3D/AngelScript/Addons.h>

Inheritance diagram for Urho3D::StringFactory:
[legend]
Collaboration diagram for Urho3D::StringFactory:
[legend]

Public Member Functions

const void * GetStringConstant (const char *data, asUINT length) override
 
int ReleaseStringConstant (const void *str) override
 
int GetRawStringData (const void *str, char *data, asUINT *length) const override
 

Private Attributes

StringMap map_
 

Detailed Description

String factory class that manages the string constants the script engine uses.


The documentation for this class was generated from the following files:
  • Source/Urho3D/AngelScript/Addons.h
  • Source/Urho3D/AngelScript/Addons.cpp