Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7994 in orxonox.OLD for branches/gui/src/lib/util/multi_type.h


Ignore:
Timestamp:
May 30, 2006, 9:54:28 PM (18 years ago)
Author:
bensch
Message:

gui: doxytags, and returning reference to temporary resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/util/multi_type.h

    r7401 r7994  
    8787    const char* getCString();
    8888    std::string getString() const;
     89    const std::string& getConstString() const;
    8990
    9091    void reset();
     
    107108    MT_Type                      type;              //!< The Type stored in this MultiType
    108109
     110
     111    static std::string           constString;       //!< A String for returning Constant strings.
     112
    109113    static const std::string     typeNames[];       //!< List of TypeNames for conversion.
    110114};
Note: See TracChangeset for help on using the changeset viewer.