Example #1
0
bool FileImpl::isFileImpl() const
{
	return !isDirectoryImpl() && !isDeviceImpl();
}
Example #2
0
bool File::isDevice() const
{
	return isDeviceImpl();
}