FileDep Class Reference

file dependency (ycpc) More...

List of all members.

Public Member Functions

 FileDep ()
 FileDep (const std::string &name, const std::string &path, bool is_module, bool have_source, time_t srctime, time_t bintime)
const std::string & name () const
const std::string & path () const
void setPath (const std::string &path)
bool is_module () const
time_t srctime () const
time_t bintime () const
std::string toString () const

Private Attributes

std::string m_name
std::string m_path
bool m_is_module
 module or include
bool m_have_source
time_t m_srctime
time_t m_bintime


Detailed Description

file dependency (ycpc)

Constructor & Destructor Documentation

FileDep::FileDep (  )  [inline]

FileDep::FileDep ( const std::string &  name,
const std::string &  path,
bool  is_module,
bool  have_source,
time_t  srctime,
time_t  bintime 
)


Member Function Documentation

time_t FileDep::bintime (  )  const

References m_bintime.

bool FileDep::is_module (  )  const

References m_is_module.

const std::string & FileDep::name (  )  const

References m_name.

const std::string & FileDep::path (  )  const

References m_path.

Referenced by parseFile().

void FileDep::setPath ( const std::string &  path  ) 

References m_path.

time_t FileDep::srctime (  )  const

References m_srctime.

std::string FileDep::toString (  )  const

References m_is_module, m_name, and m_path.


Member Data Documentation

time_t FileDep::m_bintime [private]

Referenced by bintime().

bool FileDep::m_have_source [private]

bool FileDep::m_is_module [private]

module or include

Referenced by is_module(), and toString().

std::string FileDep::m_name [private]

Referenced by name(), and toString().

std::string FileDep::m_path [private]

Referenced by path(), setPath(), and toString().

time_t FileDep::m_srctime [private]

Referenced by srctime().


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

Generated on a sunny day for yast2-core by doxygen 1.5.9