Ignore:
Timestamp:
06/26/10 12:30:21 (15 years ago)
Author:
Eric.Larour
Message:

Better organization of header files for abstract classes and their derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/StringArrayParam.h

    r4244 r4248  
    3838
    3939        public:
    40                 /*constructors, destructors: {{{1*/
     40                /*StringArrayParam constructors, destructors: {{{1*/
    4141                StringArrayParam();
    4242                StringArrayParam(int enum_type,char** values, int numstrings);
    4343                ~StringArrayParam();
    4444                /*}}}*/
    45                 /*Object methods: {{{1*/
    46                 Object* copy();
     45                /*Object virtual functions definitions:{{{1 */
     46                void  Echo();
    4747                void  DeepEcho();
    48                 void  Demarshall(char** pmarshalled_dataset);
    49                 void  Echo();
    50                 int   Enum();
    51                 int   Id();
     48                int   Id();
     49                int   MyRank();
    5250                void  Marshall(char** pmarshalled_dataset);
    5351                int   MarshallSize();
    54                 int   MyRank();
     52                void  Demarshall(char** pmarshalled_dataset);
     53                int   Enum();
     54                Object* copy();
    5555                /*}}}*/
    56                 /*Param methods: {{{1*/
     56                /*Param vritual function definitions: {{{1*/
    5757                int   EnumType(){return enum_type;}
    5858                void  GetParameterValue(bool* pbool){ISSMERROR("StringArray param of enum %i (%s) cannot return a bool",enum_type,EnumAsString(enum_type));}
     
    8080                void  SetMatlabField(mxArray* dataref);
    8181                #endif
    82 
    8382                /*}}}*/
    8483};
Note: See TracChangeset for help on using the changeset viewer.