#include <ChannelFileList.h>
The ChannelFileList class represents a WFUT channel. It maintainns a list of FileObjects representing a local or remote directory of files.
◆ addFile()
void WFUT::ChannelFileList::addFile |
( |
const FileObject & |
fo | ) |
|
|
inline |
◆ clear()
void WFUT::ChannelFileList::clear |
( |
| ) |
|
|
inline |
Clear all the files out of the channel.
◆ getFiles()
const FileMap& WFUT::ChannelFileList::getFiles |
( |
| ) |
const |
|
inline |
◆ getName()
std::string WFUT::ChannelFileList::getName |
( |
| ) |
const |
|
inline |
◆ removeFile()
void WFUT::ChannelFileList::removeFile |
( |
const std::string & |
filename | ) |
|
|
inline |
Removes a FileObject from this channel by it's filename.
◆ setName()
void WFUT::ChannelFileList::setName |
( |
const std::string & |
name | ) |
|
|
inline |
Set the name of the channel.
◆ size()
size_t WFUT::ChannelFileList::size |
( |
| ) |
const |
|
inline |
Returns the number of files in the channel.
The documentation for this class was generated from the following file: