|
libgrape-lite
A C++ library for parallel graph processing
|
This is the complete list of members for grape::IOAdaptorBase, including all inherited members.
| Close()=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| Configure(const std::string &key, const std::string &value)=0 | grape::IOAdaptorBase | pure virtual |
| IOAdaptorBase()=default (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | |
| IsExist()=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| MakeDirectory(const std::string &path)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| Open()=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| Open(const char *mode)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| Read(void *buffer, size_t size)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| ReadArchive(OutArchive &archive)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| ReadLine(std::string &line)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| SetPartialRead(int index, int total_parts)=0 | grape::IOAdaptorBase | pure virtual |
| Write(void *buffer, size_t size)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| WriteArchive(InArchive &archive)=0 (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | pure virtual |
| ~IOAdaptorBase()=default (defined in grape::IOAdaptorBase) | grape::IOAdaptorBase | virtual |