General Purpose Geodetic Library
SgDbhFormat.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <SgDbhFormat.h>
#include <SgLogger.h>

Go to the source code of this file.

Functions

SgDbhStreamoperator>> (SgDbhStream &s, SgDbhPhysicalRecord &record)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhPhysicalRecord &record)
 
SgDbhStreamoperator>> (SgDbhStream &s, SgDbhStartBlock &block)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhStartBlock &block)
 
SgDbhStreamoperator>> (SgDbhStream &s, SgDbhHistoryEntry &entry)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhHistoryEntry &entry)
 
SgDbhStreamoperator>> (SgDbhStream &s, SgDbhTeBlock &B)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhTeBlock &B)
 
SgDbhStreamoperator>> (SgDbhStream &s, SgDbhTcBlock &B)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhTcBlock &B)
 
SgDbhStreamoperator>> (SgDbhStream &s, SgDbhFormat &F)
 
SgDbhStreamoperator<< (SgDbhStream &s, const SgDbhFormat &F)
 

Function Documentation

◆ operator<<() [1/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhFormat F 
)

Definition at line 1889 of file SgDbhFormat.cpp.

◆ operator<<() [2/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhHistoryEntry entry 
)

Definition at line 1089 of file SgDbhFormat.cpp.

◆ operator<<() [3/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhPhysicalRecord record 
)

Definition at line 189 of file SgDbhFormat.cpp.

◆ operator<<() [4/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhStartBlock block 
)

Definition at line 1002 of file SgDbhFormat.cpp.

◆ operator<<() [5/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhTcBlock B 
)

Definition at line 1536 of file SgDbhFormat.cpp.

◆ operator<<() [6/6]

SgDbhStream& operator<< ( SgDbhStream s,
const SgDbhTeBlock B 
)

Definition at line 1441 of file SgDbhFormat.cpp.

◆ operator>>() [1/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhFormat F 
)

Definition at line 1870 of file SgDbhFormat.cpp.

◆ operator>>() [2/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhHistoryEntry entry 
)

Definition at line 1070 of file SgDbhFormat.cpp.

◆ operator>>() [3/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhPhysicalRecord record 
)

Definition at line 125 of file SgDbhFormat.cpp.

◆ operator>>() [4/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhStartBlock block 
)

Definition at line 982 of file SgDbhFormat.cpp.

◆ operator>>() [5/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhTcBlock B 
)

Definition at line 1515 of file SgDbhFormat.cpp.

◆ operator>>() [6/6]

SgDbhStream& operator>> ( SgDbhStream s,
SgDbhTeBlock B 
)

Definition at line 1431 of file SgDbhFormat.cpp.