neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::string_span Struct Reference

#include <string_utils.hpp>

Inheritance diagram for neolib::string_span:

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_spanoperator= (const span &aSpan)
 

Public Attributes

type iType
 

Detailed Description

Definition at line 227 of file string_utils.hpp.

Member Typedef Documentation

◆ span

typedef std::pair<std::size_t, std::size_t> neolib::string_span::span

Definition at line 229 of file string_utils.hpp.

◆ type

Constructor & Destructor Documentation

◆ string_span() [1/2]

neolib::string_span::string_span ( const span aSpan,
type  aType = 0 
)
inline

Definition at line 231 of file string_utils.hpp.

◆ string_span() [2/2]

neolib::string_span::string_span ( std::size_t  aFirst,
std::size_t  aSecond,
type  aType = 0 
)
inline

Definition at line 232 of file string_utils.hpp.

Member Function Documentation

◆ operator=()

string_span & neolib::string_span::operator= ( const span aSpan)
inline

Definition at line 233 of file string_utils.hpp.

Member Data Documentation

◆ iType

type neolib::string_span::iType

Definition at line 234 of file string_utils.hpp.


The documentation for this struct was generated from the following file: