Classes | Namespaces | Functions

include/openeaagles/basic/Decibel.h File Reference

#include "openeaagles/basic/Number.h"

Go to the source code of this file.

Classes

class  Eaagles::Basic::Decibel

Namespaces

namespace  Eaagles
namespace  Eaagles::Basic

Functions

LCreal Eaagles::Basic::operator+ (const Decibel &n1, const Decibel &n2)
LCreal Eaagles::Basic::operator+ (const LCreal n1, const Decibel &n2)
LCreal Eaagles::Basic::operator+ (const Decibel &n1, const LCreal n2)
LCreal Eaagles::Basic::operator- (const Decibel &n1, const Decibel &n2)
LCreal Eaagles::Basic::operator- (const LCreal n1, const Decibel &n2)
LCreal Eaagles::Basic::operator- (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator== (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator== (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator== (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator!= (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator!= (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator!= (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator< (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator< (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator< (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator<= (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator<= (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator<= (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator> (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator> (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator> (const Decibel &n1, const LCreal n2)
bool Eaagles::Basic::operator>= (const Decibel &n1, const Decibel &n2)
bool Eaagles::Basic::operator>= (const LCreal n1, const Decibel &n2)
bool Eaagles::Basic::operator>= (const Decibel &n1, const LCreal n2)
std::istream & Eaagles::Basic::operator>> (std::istream &sin, Decibel &n)
std::ostream & Eaagles::Basic::operator<< (std::ostream &sout, const Decibel &n)