libwreport 3.36
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
 ▼NwreportString functions
 ►Nbenchmark
 ►Nbuffers
 ►Nbufr
 ►NbulletinThe bulletin namespace contains bulletin implementation details, internals and utility functions
 ►Nerrors
 ►NnotesCollect notes about unusual things that happen during processing
 ►Noptions
 ►Nstr
 ►Nsubprocess
 ►Nsys
 ►Ntabledir
 ►Nterm
 ►Ntests
 C_VarinfoInformation about a variable
 CBufrBulletinBUFR bulletin implementation
 CBufrCodecOptionsOptions used to configure BUFR decoding
 CBufrTableIDIdentifying information for one distinct instance of BUFR tables
 CBulletinStorage for the decoded data of a BUFR or CREX message
 CCrexBulletinCREX bulletin implementation
 CCrexTableIDIdentifying information for one distinct instance of CREX tables
 CDTableBUFR/CREX table D with Dxxyyy aggregate code expansions
 CerrorBase class for DB-All.e exceptions
 Cerror_allocReports that memory allocation has failed
 Cerror_consistencyReport an error when a consistency check failed
 Cerror_domainReport that a parameter is outside the acceptable domain
 Cerror_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
 Cerror_notfoundReports that a search-like function could not find what was requested
 Cerror_parseReport an error when parsing informations
 Cerror_regexpReport an error while handling regular expressions
 Cerror_systemReport a system error message
 Cerror_toolongReport an error with a buffer being to short for the data it needs to fit
 Cerror_typeFor functions handling data with multiple types, reports a mismatch between the type requested and the type found
 Cerror_unimplementedReports that a feature is still not implemented
 COpcodesSequence of opcodes, as a slice of a Varcode vector
 CSubsetRepresent a BUFR/CREX data subset as a list of decoded variables
 CTablesCollection of BUFR/CREX tables used to work on a bulletin
 CVarA physical variable
 CVartableHolds a variable information table
 Cwrpy_c_apiC++ functions exported by the wreport python bindings, to be used by other C++ bindings
 Cwrpy_VarWreport.Var python object