Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Anp::Finder::File Struct Reference

#include <RunFinder.h>

List of all members.

Public Member Functions

 File ()
 File (const std::string &path_, const std::string &name_)
const std::string fullpath () const

Public Attributes

std::string path
std::string name


Constructor & Destructor Documentation

Anp::Finder::File::File  )  [inline]
 

Definition at line 27 of file RunFinder.h.

00027 : path(), name() {}

Anp::Finder::File::File const std::string &  path_,
const std::string &  name_
[inline]
 

Definition at line 28 of file RunFinder.h.

00028 : path(path_), name(name_) {}


Member Function Documentation

const std::string Anp::Finder::File::fullpath  )  const [inline]
 

Definition at line 30 of file RunFinder.h.

Referenced by Anp::RunFinder::Add(), and Anp::RunFinder::AddDir().

00030 { return path + "/" + name; }


Member Data Documentation

std::string Anp::Finder::File::name
 

Definition at line 33 of file RunFinder.h.

Referenced by Anp::RunFinder::Add(), Anp::RunFinder::AddDir(), Anp::RunFinder::AddIndex(), Anp::Finder::operator<(), and Anp::Finder::operator==().

std::string Anp::Finder::File::path
 

Definition at line 32 of file RunFinder.h.

Referenced by Anp::RunFinder::Add(), and Anp::RunFinder::AddDir().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:10:36 2010 for loon by  doxygen 1.3.9.1