Minsky
minsky::GetUtf8Char Struct Reference

#include <str.h>

Collaboration diagram for minsky::GetUtf8Char:
Collaboration graph

Public Member Functions

 GetUtf8Char (std::string &c)
 

Public Attributes

std::string * c
 

Detailed Description

Definition at line 122 of file str.h.

Constructor & Destructor Documentation

◆ GetUtf8Char()

minsky::GetUtf8Char::GetUtf8Char ( std::string &  c)
inline

Definition at line 125 of file str.h.

125 : c(&c) {}
std::string * c
Definition: str.h:124

Member Data Documentation

◆ c

std::string* minsky::GetUtf8Char::c

Definition at line 124 of file str.h.

Referenced by minsky::operator>>().


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