| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ContextRange.cc File Reference

#include "Context/ContextRange.h"
#include <cassert>
#include <cctype>
#include <string>
#include <algorithm>
#include <cstdio>

Include dependency graph for ContextRange.cc:

Go to the source code of this file.


Functions

bool operator== (const ContextRange &lhs, const ContextRange &rhs)
bool operator!= (const ContextRange &lhs, const ContextRange &rhs)
bool operator< (const ContextRange &lhs, const ContextRange &rhs)
bool operator<= (const ContextRange &lhs, const ContextRange &rhs)
bool operator> (const ContextRange &lhs, const ContextRange &rhs)
bool operator>= (const ContextRange &lhs, const ContextRange &rhs)

Function Documentation

bool operator== ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 158 of file ContextRange.cc.

00159 { return lhs.mTimeStart  == rhs.mTimeStart; }

bool operator!= ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 161 of file ContextRange.cc.

00162 { return lhs.mTimeStart  != rhs.mTimeStart; }

bool operator< ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 164 of file ContextRange.cc.

00165 { return lhs.mTimeStart  < rhs.mTimeStart; }

bool operator<= ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 167 of file ContextRange.cc.

00168 { return lhs.mTimeStart  < rhs.mTimeStart; }

bool operator> ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 170 of file ContextRange.cc.

00171 { return lhs.mTimeStart  > rhs.mTimeStart; }

bool operator>= ( const ContextRange lhs,
const ContextRange rhs 
)

Definition at line 173 of file ContextRange.cc.

00174 { return lhs.mTimeStart  > rhs.mTimeStart; }

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:15:31 2011 for Context by doxygen 1.4.7