retdec
Classes | Namespaces | Typedefs | Functions
address.h File Reference

Address, address pair and other derived class representation. More...

#include <cstddef>
#include <ostream>
#include <set>
#include <sstream>
#include "retdec/common/range.h"

Go to the source code of this file.

Classes

class  retdec::common::Address
 

Namespaces

 retdec
 
 retdec::common
 

Typedefs

using retdec::common::AddressRange = Range< Address >
 
using retdec::common::AddressRangeContainer = RangeContainer< Address >
 

Functions

AddressRange retdec::common::stringToAddrRange (const std::string &r)
 

Detailed Description

Address, address pair and other derived class representation.