<p>Declaration :</p><ul><li>C++ : class Appconfig </li></ul><p>Singleton to hold inevitable global flags and constants and for performing erarly (static) global initialization tasks.<br/></p><p>Artifact : <ahref="index.html#refartifact135173"><b>appconfig</b></a></p><divclass="sub">
<table><tr><td><divclass="element">Operation <b>get</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : static, + get(inout key : string) : string</li><li>C++ : public: static string get (string & key) </li></ul><p>access the configuation value for a given key.<br/>@return empty string for unknown keys, else the corresponding configuration value<br/></p></div>
<p>All public operations : <ahref="class135429.html#refoperation131589"><b>get</b></a></p>