Bitstream Interpretation Library (BIL)  0.1
Classes | Namespaces | Macros | Typedefs | Functions
PIPRef.hpp File Reference

Contains declaration of PIPRef class. More...

#include <cstring>
#include <vector>
Include dependency graph for PIPRef.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bil::PIPRef
 References a PIP on a distinct tile. More...

Namespaces

namespace  bil

Macros

#define BIL_PIPREF_HPP

Typedefs

typedef std::vector< PIPRef > bil::PIPRefs
 An ordered list of PIPRefs.

Functions

bool bil::operator== (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise equality.
bool bil::operator!= (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise inequality.
bool bil::operator< (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise <.
bool bil::operator> (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise >
bool bil::operator<= (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise <=.
bool bil::operator>= (const PIPRef &ref1, const PIPRef &ref2)
 Tests two PIPRef instances for memberwise >=.

Detailed Description

Contains declaration of PIPRef class.

Definition in file PIPRef.hpp.


Macro Definition Documentation

#define BIL_PIPREF_HPP

Definition at line 8 of file PIPRef.hpp.