| addEdge(vertexid_t src, vertexid_t tgt) | VGServer::GraphLoader | |
| addVertex(vertexid_t vid) | VGServer::GraphLoader | |
| finish() | VGServer::GraphLoader | |
| GraphLoader(const class GraphProperties &gp) | VGServer::GraphLoader | [explicit] |
| GraphLoaderKFile(const class GraphProperties &gp) | VGServer::GraphLoaderKFile | [inline, explicit] |
| load(std::istream &in, bool silent=false) | VGServer::GraphLoaderKFile | [inline] |
| loadfile(const char *path, bool silent=false) | VGServer::GraphLoaderKFile | [inline] |
| reserve(unsigned int vertexnum, unsigned int edgenum, unsigned int vertexattrsize, unsigned int edgeattrsize) | VGServer::GraphLoader | |
| setEdgeAttr(vertexid_t src, vertexid_t tgt, unsigned int attrid, const class AnyType &value) | VGServer::GraphLoader | |
| setVertexAttr(vertexid_t vid, unsigned int attrid, const class AnyType &value) | VGServer::GraphLoader | |
| terminate() | VGServer::GraphLoader | |