Ignore:
Timestamp:
10/01/21 22:41:15 (3 years ago)
Author:
Maciej Komosinski
Message:

Added ParamInterface::findGroupId(const char* name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.h

    r950 r1155  
    7878        int findId(const char *n);      ///< find id number for internal name
    7979        int findIdn(const char *naz, int n);
     80        int findGroupId(const char* name);
    8081
    8182        virtual const char *id(int i) = 0;      ///< get internal name
Note: See TracChangeset for help on using the changeset viewer.