![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <string_utils.hpp>
Public Types | |
| typedef std::pair< std::size_t, std::size_t > | span |
| typedef unsigned int | type |
Public Member Functions | |
| string_span (const span &aSpan, type aType=0) | |
| string_span (std::size_t aFirst, std::size_t aSecond, type aType=0) | |
| string_span & | operator= (const span &aSpan) |
Public Attributes | |
| type | iType |
Definition at line 227 of file string_utils.hpp.
| typedef std::pair<std::size_t, std::size_t> neolib::string_span::span |
Definition at line 229 of file string_utils.hpp.
Definition at line 230 of file string_utils.hpp.
Definition at line 231 of file string_utils.hpp.
|
inline |
Definition at line 232 of file string_utils.hpp.
|
inline |
Definition at line 233 of file string_utils.hpp.
| type neolib::string_span::iType |
Definition at line 234 of file string_utils.hpp.