libwreport  2.8
Data Structures | Namespaces | Constant Groups
opcode.h File Reference

Implementation of opcode chains, that are used to drive the encoding and decoding process. More...

#include <wreport/varinfo.h>
#include <vector>
#include <cstdio>

Go to the source code of this file.

Data Structures

struct  wreport::Opcodes
 Sequence of opcodes, as a slice of a Varcode vector. More...
 
struct  wreport::opcode::Visitor
 Visitor-style interface for scanning the contents of a data descriptor section. More...
 
class  wreport::opcode::Printer
 opcode::Visitor that pretty-prints the opcodes using indentation to show structure More...
 

Namespaces

 wreport
 Main namespace.
 

Constant Groups

 wreport
 Main namespace.
 

Detailed Description

Implementation of opcode chains, that are used to drive the encoding and decoding process.