Android-cuttlefish cvd tool
|
#include "GpxParser.h"
#include <libxml/parser.h>
#include <string.h>
#include <time.h>
#include <algorithm>
#include "StringParse.h"
Functions | |
template<class... Args> | |
static string | formatError (const char *format, Args &&...args) |
static void | cleanupXmlDoc (xmlDoc *doc) |
static bool | parseLocation (xmlNode *ptNode, xmlDoc *doc, GpsFix *result, string *error) |
static bool | parse (xmlDoc *doc, GpsFixArray *fixes, string *error) |
|
static |
|
static |
|
static |
|
static |