QTfrontend/util/HWDataManager.h
changeset 6165 6fe3e922246e
parent 6162 437116977d43
child 6167 728cabee2c9f
equal deleted inserted replaced
6164:62aa418ed214 6165:6fe3e922246e
    39  */
    39  */
    40 class HWDataManager
    40 class HWDataManager
    41 {
    41 {
    42 public:
    42 public:
    43     /**
    43     /**
    44      * @brief Returns a pointer to the <i>singleton</i> instance of this class.
    44      * @brief Returns reference to the <i>singleton</i> instance of this class.
    45      * 
    45      * 
    46      * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    46      * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    47      * 
    47      * 
    48      * @return pointer to the instance.
    48      * @return reference to the instance.
    49      */
    49      */
    50     static HWDataManager & instance();
    50     static HWDataManager & instance();
    51 
    51 
    52     /**
    52     /**
    53      * @brief Returns a pointer to the <i>singleton</i> instance of this class.
    53      * @brief Returns a pointer to the <i>singleton</i> instance of this class.