libwreport  2.4
Data Structures | Namespaces
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

namespace  wreport
 Main namespace.

Detailed Description

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