Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 12, 2005, 12:56:32 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellCommands use less memory due to the use of unions.

File:
1 edited

Legend:

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

    r5545 r5551  
    7575  private:
    7676    MT_Type             type;
    77     union Type
     77    union MultiTypeValue
    7878    {
    7979      bool              Bool;
Note: See TracChangeset for help on using the changeset viewer.