Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2008, 5:04:41 PM (16 years ago)
Author:
landauf
Message:

XMLPort uses now executors and has default-values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/util/MultiTypePrimitive.h

    r925 r933  
    105105        bool operator!=(const MultiTypePrimitive& mtp) const;
    106106
    107         virtual operator orxonox::BaseObject*()    const;
     107        template <class T>
     108        operator T*()                     const
     109        { return ((T*)this->value_.void_); }
    108110        virtual operator void*()          const;
    109111        virtual operator int()            const;
Note: See TracChangeset for help on using the changeset viewer.