Home
last modified time | relevance | path

Searched defs:movable_string (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_osc_handler.cpp136 struct movable_string { struct
138 explicit movable_string(const char* str) { in movable_string() function
148 movable_string(movable_string&& rhs) { in movable_string() function
153 ~movable_string(void) { in ~movable_string()
158 const char* c_str(void) const { return data_; } in c_str()
161 const char* data_ = nullptr;