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/BoolParam.h

    r4244 r4248  
    3535                IssmBool value;
    3636
    37                 /*constructors, destructors: {{{1*/
     37                /*BoolParam constructors, destructors: {{{1*/
    3838                BoolParam();
    3939                BoolParam(int enum_type,IssmBool value);
    4040                ~BoolParam();
    4141                /*}}}*/
    42                 /*Object methods: {{{1*/
    43                 Object* copy();
     42                /*Object virtual functions definitions:{{{1 */
     43                void  Echo();
    4444                void  DeepEcho();
    45                 void  Demarshall(char** pmarshalled_dataset);
    46                 void  Echo();
    47                 int   Enum();
    48                 int   Id();
     45                int   Id();
     46                int   MyRank();
    4947                void  Marshall(char** pmarshalled_dataset);
    5048                int   MarshallSize();
    51                 int   MyRank();
     49                void  Demarshall(char** pmarshalled_dataset);
     50                int   Enum();
     51                Object* copy();
    5252                /*}}}*/
    53                 /*Param methods: {{{1*/
     53                /*Param vritual function definitions: {{{1*/
    5454                int   EnumType(){return enum_type;}
    5555                void  GetParameterValue(bool* pbool){*pbool=value;}
Note: See TracChangeset for help on using the changeset viewer.