OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
ossimFileInfoInterface.h
Go to the documentation of this file.
1
//---
2
// File: ossimFileInfoInterface.h
3
//
4
// License: MIT
5
//
6
// Description: Class ossimFileInfoInterface.
7
//
8
// Interface class for file info things. Written for stream code from url,
9
// e.g. AWS ossim::S3IStream.
10
//
11
//---
12
// $Id$
13
14
#ifndef ossimFileInfoInterface_HEADER
15
#define ossimFileInfoInterface_HEADER 1
16
17
#include <
ossim/base/ossimConstants.h
>
18
20
class
ossimFileInfoInterface
21
{
22
public
:
23
25
virtual
~ossimFileInfoInterface
(){}
26
31
virtual
ossim_int64
getFileSize
()
const
= 0;
32
};
33
34
#endif
/* #ifndef ossimFileInfoInterface_HEADER */
ossimConstants.h
ossimFileInfoInterface::getFileSize
virtual ossim_int64 getFileSize() const =0
Pure virtual file size method.
ossimFileInfoInterface
Definition:
ossimFileInfoInterface.h:20
ossim_int64
long long ossim_int64
Definition:
ossimConstants.h:242
ossimFileInfoInterface::~ossimFileInfoInterface
virtual ~ossimFileInfoInterface()
virtual destructor.
Definition:
ossimFileInfoInterface.h:25
Generated on Fri Aug 3 2018 08:46:47 for OSSIM - Open Source Software Image Map by
1.8.14