Ignore:
Timestamp:
04/01/11 08:41:32 (14 years ago)
Author:
Mathieu Morlighem
Message:

Partially finished Options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Options/OptionStruct.h

    r7739 r7746  
    3333                int   MarshallSize(){_error_("Not implemented yet");};
    3434                void  Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet");};
    35                 int   Enum(){_error_("Not implemented yet");};
     35                int   Enum(){return OptionStructEnum;};
    3636                Object* copy(){_error_("Not implemented yet");};
    3737                /*}}}*/
     
    4242                int   NDims();
    4343                int*  Size();
    44 //              Object* Get();
    45 //  get by single index, multiple index, simple find, recursive find
     44                void  Get(double* pvalue){_error_("An OptionCell object cannot return a double");};
     45                void  Get(bool* pvalue){  _error_("An OptionCell object cannot return a bool");};
     46                void  Get(char** pvalue){ _error_("An OptionCell object cannot return a string");};
    4647
    4748};
Note: See TracChangeset for help on using the changeset viewer.