Ignore:
Timestamp:
Jun 26, 2007, 5:04:29 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Type.h

    r173 r192  
    5959    void SetIndex( LONG_PTR index ){
    6060        this->index = index;
     61    }
     62    void SetClassPtr( const CClass *pClass )
     63    {
     64        this->pClass = pClass;
    6165    }
    6266    void SetNull(){
     
    130134    }
    131135
    132     static Type String();
    133 
    134136
    135137private:
     
    138140public:
    139141    static bool StringToBasicType( const std::string &typeName, int &basicType );
    140     static bool StringToType( const std::string &typeName, Type &type );
     142    static const char *Type::BasicTypeToCharPtr( const Type &type );
    141143    static int GetBasicTypeFromSimpleName( const char *variable );
    142144};
Note: See TracChangeset for help on using the changeset viewer.