OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimId.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 // License: See top level LICENSE.txt file.
3 //
4 // Author: Garrett Potts
5 //*************************************************************************
6 // $Id: ossimId.cpp 9430 2006-08-16 19:04:16Z gpotts $
7 
8 #include <iostream>
9 #include <ossim/base/ossimId.h>
10 
12 
14 {
15  data.print(out);
16  return out;
17 }
18 
20 {
21  out << "id: " << theId;
22 }
ossim_int64 theId
Definition: ossimId.h:85
std::ostream & operator<<(std::ostream &out, const ossimId &data)
Definition: ossimId.cpp:13
static const ossim_int64 INVALID_ID
Definition: ossimId.h:83
virtual void print(std::ostream &out) const
Definition: ossimId.cpp:19
long long ossim_int64
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23