Data Structures | Typedefs | Functions

/www/proggenOrg/dedupe/export/trunk/fileinfo/fileinfo.h File Reference

A class that represents files. More...

#include <boost/filesystem.hpp>
#include <iostream>

Go to the source code of this file.

Data Structures

class  Dedupe::FileInfo

Typedefs

typedef boost::filesystem::path Dedupe::FilePath
typedef std::vector
< Dedupe::FilePath > 
Dedupe::FilePaths
typedef std::vector
< Dedupe::FileInfo
Dedupe::FileStream

Functions

bool Dedupe::operator== (const Dedupe::FileInfo rhs, const Dedupe::FileInfo lhs)
bool Dedupe::EqualNoHash (const Dedupe::FileInfo rhs, const Dedupe::FileInfo lhs)
bool Dedupe::operator!= (const Dedupe::FileInfo rhs, const Dedupe::FileInfo lhs)
std::ostream & Dedupe::operator<< (std::ostream &os, const Dedupe::FileInfo &Info)

Detailed Description

A class that represents files.

Author:
Bernhard Buchwinkler
Date:
august 2010

Definition in file fileinfo.h.