38#ifndef BLOCXX_TEMP_FILE_ENUMERATION_IMPL_BASE_HPP_INCLUDE_GUARD_
39#define BLOCXX_TEMP_FILE_ENUMERATION_IMPL_BASE_HPP_INCLUDE_GUARD_
40#include "blocxx/BLOCXX_config.h"
This String class is an abstract data type that represents as NULL terminated string of characters.
bool usingTempFile() const
TempFileEnumerationImplBase & operator=(const TempFileEnumerationImplBase &)
size_t numberOfElements() const
bool hasMoreElements() const
TempFileEnumerationImplBase(const TempFileEnumerationImplBase &)
void throwIfEmpty() const
TempFileEnumerationImplBase()
size_t readSize(String const &filename)
TempFileStream is an iostream that uses an underlying temp file to hold its content to reduce memory ...