Ignore:
Timestamp:
04/24/14 23:57:44 (10 years ago)
Author:
Maciej Komosinski
Message:

More warnings for illegal ExtValue? operations: object+-*/%something and similar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.h

    r222 r228  
    157157ExtObject getObject() const;
    158158bool isNull() const {return (type==TUnknown)||((type==TObj)&&odata().isEmpty());}
     159SString typeDescription() const;//< @return human readable type name (used in error messages)
    159160const char* parseNumber(const char* in);
    160161const char* deserialize(const char* in);//< @return first character after the succesfully parsed string or NULL if failed
Note: See TracChangeset for help on using the changeset viewer.