GL Studio C++ Runtime API
GlsPropStringQuoted Class Reference

#include <util.h>

Public Member Functions

 GlsPropStringQuoted ()
 
 GlsPropStringQuoted (const std::string &str)
 
 GlsPropStringQuoted (const char *str)
 

Detailed Description

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.

Constructor & Destructor Documentation

GlsPropStringQuoted ( )
inline

Default constructor, create an empty GlsPropStringQuoted object.

GlsPropStringQuoted ( const std::string &  str)
inline

Constructor, create a new GlsPropStringQuoted object using the provided std::string object

Parameters
strstd::string object to use to create the GlsPropStringQuoted object
Returns
GlsPropStringQuoted ( const char *  str)
inline

Constructor, create a new GlsPropStringQuoted object using the provided c-style string

Parameters
strc-style string to use to create the GlsPropStringQuoted object
Returns

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