#include "GraphContainer.h"#include "GraphProperties.h"#include "Changelist.h"#include "ChangeTimeline.h"#include "ByteOutBuffer.h"#include "AttributeBlob.h"#include "GraphLoaderKFile.h"#include "GraphServer.h"#include "RTree.h"#include "AttributeParser.h"#include "ByteInBuffer.h"#include "GraphParser.h"#include <stdlib.h>#include <iostream>#include <fstream>#include <string>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| double | timestamp () |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 53 of file test1.cc.
References VGServer::timestamp(), VGServer::VE_EDGE, VGServer::VERTEX_INVALID, and VGServer::GraphException::what().
1.4.7