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