Changes between Version 6 and Version 7 of rfc8_devguide


Ignore:
Timestamp:
Jan 13, 2016, 7:01:34 AM (8 years ago)
Author:
Kurt Schwehr
Comment:

Add bFoo for bool. What is paby?

Legend:

Unmodified
Added
Removed
Modified
  • rfc8_devguide

    v6 v7  
    3535in GDAL/OGR.
    3636
     37 * '''b''': C++ bool.  Also used for ints with only TRUE/FALSE values in C.
    3738 * '''p''': pointer
    3839 * '''a''': array
     
    4647 * '''o''': c++ object
    4748 * '''os''': CPLString
    48  * '''h''': an opaque handle (such as GDALDatasetH).
     49 * '''h''': an opaque handle (such as GDALDatasetH).
     50 * '''py''': TODO: GByte / unsigned char, correct?
    4951
    5052Prefix can be stacked.  The following are some examples of meaningful
     
    5658 * '''double *pdfMeanRet''': Pointer to a single double.
    5759 * '''GDALRasterBand *poBand''': Pointer to a single object.
     60 * '''GByte *pabyHeader''': TODO: This is a non-nul (non-zero) unterminated buffer, correct?
    5861
    5962It may also be noted that the standard convention for variable names