Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/mgpp/text/UCArray.h

    r855 r1279  
    5151// functions to manipulate UCArrays
    5252void SetCStr (UCArray &text, const char *cStr);
     53char * GetCStr(UCArray text);
    5354inline void UCArrayClear (UCArray &a) {
    5455  a.erase (a.begin(), a.end());
     
    8990// compares the two strings in dictionary order
    9091int DictCompare (const UCArray &a1, const UCArray &a2);
    91 
     92// compares the two strings, case independent, a match (ie 0) is
     93// if one string is a prefix of the other
     94int BrowseCompare (const UCArray &a1, const UCArray &a2);
    9295
    9396struct LTUCArray {
     
    113116
    114117#endif
     118
     119
     120
     121
     122
Note: See TracChangeset for help on using the changeset viewer.