mirror of
https://github.com/Relintai/uml_generator.git
synced 2025-03-10 18:33:24 +01:00
Split the string example.
This commit is contained in:
parent
ae942a4229
commit
7d574029c7
@ -122,7 +122,8 @@ public:
|
||||
uint32_t to_uint() const;
|
||||
std::string to_string() const;
|
||||
void print() const;
|
||||
--
|
||||
new_column
|
||||
class String (cont)
|
||||
void append(const char *str);
|
||||
void append(const wchar_t *str);
|
||||
void append(const String &other);
|
||||
|
Loading…
Reference in New Issue
Block a user