Ignore:
Timestamp:
02/07/16 23:21:55 (8 years ago)
Author:
Maciej Komosinski
Message:

GenMan? interface uses STL std::string instead of SString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.h

    r286 r467  
    4848        uint32_t Style(const char* g, int pos); //returns Style (and validity) of a genotype char.
    4949        void GetFullStyle(const char *g, uint32_t *styletab); //optimized. Fills styletab with styles for all genotype chars. sizeof(*styletab) must be at least strlen(g).
    50         SString HTMLize(const char *g); //returns colored genotype in HTML.
    51         SString HTMLizeShort(const char *g); //returns colored genotype (abbreviated if needed) in HTML.
     50        string HTMLize(const char *g); //returns colored genotype in HTML.
     51        string HTMLizeShort(const char *g); //returns colored genotype (abbreviated if needed) in HTML.
    5252        Geno GetSimplest(char format); ///<returns pointer to the simplest genotype of \e format or empty Geno()
    5353        const char *GetOpName(char format); ///<returns pointer to the active operator set for \e format
     
    5757        void saveLink(const string parent1, const string parent2, const string child, const float chg);
    5858        GenoOperators* getOper_f(char format);
    59         SString HTMLize(const char *g, bool shorten);
     59        string HTMLize(const char *g, bool shorten);
    6060public:
    6161        vector<GenoLink> GenoLinkList;
Note: See TracChangeset for help on using the changeset viewer.