libwreport  3.10
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
oNwreportString functions
|oNbenchmark
|oNbuffers
|oNbulletinThe bulletin namespace contains bulletin implementation details, internals and utility functions
|oNerrors
|oNfs
|oNnotesCollect notes about unusual things that happen during processing
|oNoptions
|oNstr
|oNsys
|oNtabledir
|oNtests
|oCBulletinStorage for the decoded data of a BUFR or CREX message
|oCBufrCodecOptionsOptions used to configure BUFR decoding
|oCBufrBulletinBUFR bulletin implementation
|oCCrexBulletinCREX bulletin implementation
|oCDTableBUFR/CREX table D with Dxxyyy aggregate code expansions
|oCerrorBase class for DB-All.e exceptions
|oCerror_allocReports that memory allocation has failed
|oCerror_notfoundReports that a search-like function could not find what was requested
|oCerror_typeFor functions handling data with multiple types, reports a mismatch between the type requested and the type found
|oCerror_handlesFor functions working with handles, reports a problem with handling handles, such as impossibility to allocate a new one, or an invalid handle being passed to the function
|oCerror_toolongReport an error with a buffer being to short for the data it needs to fit
|oCerror_systemReport a system error message
|oCerror_consistencyReport an error when a consistency check failed
|oCerror_parseReport an error when parsing informations
|oCerror_regexpReport an error while handling regular expressions
|oCerror_unimplementedReports that a feature is still not implemented
|oCerror_domainReport that a parameter is outside the acceptable domain
|oCOpcodesSequence of opcodes, as a slice of a Varcode vector
|oCSubsetRepresent a BUFR/CREX data subset as a list of decoded variables
|oCBufrTableIDIdentifying information for one distinct instance of BUFR tables
|oCCrexTableIDIdentifying information for one distinct instance of CREX tables
|oCTablesCollection of BUFR/CREX tables used to work on a bulletin
|oCVarA physical variable
|oC_VarinfoInformation about a variable
|\CVartableHolds a variable information table
oCwrpy_c_apiC++ functions exported by the wreport python bindings, to be used by other C++ bindings
oCwrpy_VarWreport.Var python object
oCwrpy_VarinfoWreport.Varinfo python object
\Cwrpy_VartableWreport.Vartable python object