Changeset 91dd8a5 in git for libpolys/reporter/reporter.h


Ignore:
Timestamp:
Mar 10, 2014, 5:25:17 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
fa502097e0f6e99adaf0a797bd0957c1c79369ba
Parents:
daa13f7cda0d499a1e8ef40d88b9b73bf2494fc2
Message:
add: description for StringSetS/..StringEndS, SPrintStart/SPrintEnd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/reporter.h

    rdaa13f r91dd8a5  
    6060/* the C++-part: */
    6161
     62// a new output buffer will be allocated by StringSetS,
     63// used by several calls to StringAppend/StringAppendS
     64// and closed by StringEndS:
     65// StringEndS() returns this buffer which must be freed by omFree
     66// several buffer may be active at the same time
     67// (for example in subroutines)
    6268void  StringAppend(const char *fmt, ...);
    6369void  StringAppendS(const char *s);
     
    7783 * (i.e. if Singular runs as a server)
    7884 */
     85// unlike the StringSet/StringEndS stuff:
     86// only one SPrintStart/SPrintEnd buffer may be active
     87// the returned string must be free via omFree
    7988void SPrintStart();
    8089char* SPrintEnd();
Note: See TracChangeset for help on using the changeset viewer.