![]()  | 
  
    Gamedev Framework (gf)
    0.8.0
    
   A C++14 framework for 2D games 
   | 
 
A string object. More...
#include <gf/DataObject.h>
Public Attributes | |
| uint32_t | size | 
| The size of the string.  More... | |
| const char * | data | 
| The data of the string.  More... | |
A string object.
| const char* gf::DataString::data | 
The data of the string.
| uint32_t gf::DataString::size | 
The size of the string.
 1.8.13