E-MailRelay
Classes | Namespaces | Functions
glinestore.cpp File Reference
#include "gdef.h"
#include "glinestore.h"
#include "gexception.h"
#include "gstr.h"
#include "gassert.h"
#include <iterator>
+ Include dependency graph for glinestore.cpp:

Go to the source code of this file.

Classes

class  GNet::LineStoreIterator
 An iterator class for GNet::LineStore. More...
 

Namespaces

namespace  GNet
 Network classes.
 

Functions

LineStoreIterator GNet::operator+ (const LineStoreIterator &in, ptrdiff_t n)
 
LineStoreIterator GNet::operator- (const LineStoreIterator &in, ptrdiff_t n)
 
LineStoreIterator GNet::operator+ (ptrdiff_t n, const LineStoreIterator &in)
 
ptrdiff_t GNet::operator- (const LineStoreIterator &a, const LineStoreIterator &b)
 
void GNet::swap (LineStoreIterator &a, LineStoreIterator &b) noexcept