directory Class Reference

#include <osdir.hh>

List of all members.


Detailed Description

Definition at line 36 of file osdir.hh.


Public Member Functions

 directory (const std::string &)
 operator void * () const
std::string next ()

Constructor & Destructor Documentation

directory ( const std::string &   )  [inline]

Definition at line 39 of file osdir.hh.

00039 { }


Member Function Documentation

operator void * (  )  const [inline]

Definition at line 40 of file osdir.hh.

00040 { return (void*)0; }

std::string next (  )  [inline]

Definition at line 41 of file osdir.hh.

Referenced by AnalysisLoader::_loadAnalysisPlugins().

00041 { return ""; }


The documentation for this class was generated from the following file: