Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::FindFileStruct Struct Reference

#include <xalanc/PlatformSupport/DirectoryEnumerator.hpp>

Inheritance diagram for xalanc::FindFileStruct:
[legend]
Collaboration diagram for xalanc::FindFileStruct:
[legend]

Public Member Functions

const char * getName () const
 Retrieve name of file. More...
 
bool isDirectory () const
 Determine whether file is a directory. More...
 
bool isSelfOrParent () const
 

Detailed Description

Definition at line 133 of file DirectoryEnumerator.hpp.

Member Function Documentation

◆ getName()

const char* xalanc::FindFileStruct::getName ( ) const
inline

Retrieve name of file.

Returns
file name

Definition at line 142 of file DirectoryEnumerator.hpp.

◆ isDirectory()

bool xalanc::FindFileStruct::isDirectory ( ) const
inline

Determine whether file is a directory.

Returns
true if file is a directory

Definition at line 152 of file DirectoryEnumerator.hpp.

◆ isSelfOrParent()

bool xalanc::FindFileStruct::isSelfOrParent ( ) const
inline

Definition at line 168 of file DirectoryEnumerator.hpp.


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