|  | GL Studio C++ Runtime API
    | 
#include <util.h>
| Public Member Functions | |
| GlsPropStringQuoted () | |
| GlsPropStringQuoted (const std::string &str) | |
| GlsPropStringQuoted (const char *str) | |
GlsPropStringQuoted is designed to be used as a string in GL Studio Class Properties. It writes itself out as a single line surrounded with quotes (""), and will read in up to the next un-escaped quote. It will attempt to convert itself to and from std::strings. Use of GlsPropStringQuoted is preferred over GlsPropString for use in a GlsMultiVal.
| 
 | inline | 
Default constructor, create an empty GlsPropStringQuoted object.
| 
 | inline | 
Constructor, create a new GlsPropStringQuoted object using the provided std::string object
| str | std::string object to use to create the GlsPropStringQuoted object | 
| 
 | inline | 
Constructor, create a new GlsPropStringQuoted object using the provided c-style string
| str | c-style string to use to create the GlsPropStringQuoted object |