File containing definitions of Location and Range classes. More...
#include "cgatools/core.hpp"
#include "cgatools/util/Exception.hpp"
Go to the source code of this file.
Classes | |
class | cgatools::reference::Location |
Class representing a location in a CrrFile. More... | |
class | cgatools::reference::Range |
Class representing a range of sequence in a CrrFile. More... | |
struct | cgatools::reference::RangeOverlap |
Class that can be used as Overlap template parameter for an IntervalTree built on reference::Range. More... | |
struct | cgatools::reference::GetRangeBoundary |
Class that can be used as GetBoundary template parameter for an IntervalTree built on reference::Range. More... | |
Namespaces | |
namespace | cgatools |
Namespace containing the libcgatools API. | |
namespace | cgatools::reference |
Namespace for reference-specific utilities. | |
Defines | |
#define | CGATOOLS_REFERENCE_RANGE_HPP_ 1 |
Functions | |
bool | cgatools::reference::operator== (const Location &lhs, const Location &rhs) |
bool | cgatools::reference::operator!= (const Location &lhs, const Location &rhs) |
bool | cgatools::reference::operator< (const Location &lhs, const Location &rhs) |
bool | cgatools::reference::operator<= (const Location &lhs, const Location &rhs) |
bool | cgatools::reference::operator> (const Location &lhs, const Location &rhs) |
bool | cgatools::reference::operator>= (const Location &lhs, const Location &rhs) |
std::ostream & | cgatools::reference::operator<< (std::ostream &ostr, const Location &l) |
bool | cgatools::reference::operator== (const Range &lhs, const Range &rhs) |
bool | cgatools::reference::operator!= (const Range &lhs, const Range &rhs) |
bool | cgatools::reference::operator< (const Range &lhs, const Range &rhs) |
bool | cgatools::reference::operator<= (const Range &lhs, const Range &rhs) |
bool | cgatools::reference::operator> (const Range &lhs, const Range &rhs) |
bool | cgatools::reference::operator>= (const Range &lhs, const Range &rhs) |
File containing definitions of Location and Range classes.