U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::StringFactory Class Reference

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

#include </var/dev/u3d/stable/Source/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: