Doxygen
Loading...
Searching...
No Matches
FileName Class Reference

Class representing all files with a certain base name. More...

#include <src/filename.h>

+ Inheritance diagram for FileName:
+ Collaboration diagram for FileName:

Public Member Functions

 FileName (const QCString &nm, const QCString &fn)
 
QCString fileName () const
 
QCString fullName () const
 
QCString path () const
 

Private Attributes

QCString m_name
 
QCString m_fName
 
QCString m_pathName
 

Detailed Description

Class representing all files with a certain base name.

Definition at line 29 of file filename.h.

Constructor & Destructor Documentation

◆ FileName()

FileName::FileName ( const QCString & nm,
const QCString & fn )
inline

Definition at line 32 of file filename.h.

32: m_name(nm), m_fName(fn), m_pathName("tmp") {}
QCString m_pathName
Definition filename.h:40
QCString m_fName
Definition filename.h:39
QCString m_name
Definition filename.h:38

References m_fName, m_name, and m_pathName.

Member Function Documentation

◆ fileName()

QCString FileName::fileName ( ) const
inline

Definition at line 33 of file filename.h.

33{ return m_name; }

References m_name.

◆ fullName()

QCString FileName::fullName ( ) const
inline

Definition at line 34 of file filename.h.

34{ return m_fName; }

References m_fName.

◆ path()

QCString FileName::path ( ) const
inline

Definition at line 35 of file filename.h.

35{ return m_pathName; }

References m_pathName.

Member Data Documentation

◆ m_fName

QCString FileName::m_fName
private

Definition at line 39 of file filename.h.

Referenced by FileName(), and fullName().

◆ m_name

QCString FileName::m_name
private

Definition at line 38 of file filename.h.

Referenced by FileName(), and fileName().

◆ m_pathName

QCString FileName::m_pathName
private

Definition at line 40 of file filename.h.

Referenced by FileName(), and path().


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