PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
conditions.h File Reference
#include <string>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  mulator
 

Enumerations

enum  mulator::Condition {
  mulator::EQ = 0 , mulator::NE , mulator::CS , mulator::CC ,
  mulator::MI , mulator::PL , mulator::VS , mulator::VC ,
  mulator::HI , mulator::LS , mulator::GE , mulator::LT ,
  mulator::GT , mulator::LE , mulator::AL
}
 

Functions

std::string mulator::to_string (const Condition &x)
 
std::ostream & mulator::operator<< (std::ostream &os, const Condition &x)