StringBuilder including a string container.
More...
#include <string_builder.h>
StringBuilder including a string container.
Definition at line 83 of file string_builder.h.
◆ String() [1/4]
Beatmup::String::String |
( |
| ) |
|
|
inline |
◆ String() [2/4]
Beatmup::String::String |
( |
const String & |
content | ) |
|
|
inline |
◆ String() [3/4]
Beatmup::String::String |
( |
const std::string & |
content | ) |
|
|
inline |
◆ String() [4/4]
Beatmup::String::String |
( |
std::initializer_list< const char * > |
lines | ) |
|
|
inline |
Definition at line 97 of file string_builder.h.
98 static const std::string NL(
"\n");
99 for (
auto&
line : lines)
StringBuilder & line(const std::string &append)
◆ operator=()
StringBuilder& Beatmup::String::operator= |
( |
const std::string & |
content | ) |
|
|
inline |
◆ str
std::string Beatmup::String::str |
|
private |
The documentation for this class was generated from the following file: