Gamedev Framework (gf)  0.8.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::DataString Struct Reference

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...
 

Detailed Description

A string object.

See also
gf::DataObject

Member Data Documentation

◆ data

const char* gf::DataString::data

The data of the string.

◆ size

uint32_t gf::DataString::size

The size of the string.