Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7225 in orxonox.OLD for trunk/src/lib/util/multi_type.h


Ignore:
Timestamp:
Mar 18, 2006, 12:04:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more std::string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/multi_type.h

    r7221 r7225  
    4848    MultiType& operator=(float value) { this->setFloat(value); return *this; };
    4949    MultiType& operator=(char value) { this->setChar(value); return *this; };
    50     MultiType& operator=(const char* value) { this->setString(value); return *this; };
    5150    MultiType& operator=(const std::string& value) { this->setString(value); return *this; };
    5251
Note: See TracChangeset for help on using the changeset viewer.