#include <string>
#include "AnyType.h"
#include "AttributeProperties.h"
#include "AttributeBlob.h"
Go to the source code of this file.
Namespaces | |
namespace | VGServer |
Classes | |
class | VGServer::AttributeParseException |
AttributeParseException is an exception class thrown when the parser recognizes a syntax error. More... | |
class | VGServer::AttributeSelectorList |
AttributeSelectorList holds a vector of AttributeSelectors representing the array of return values of a selection query. More... | |
class | VGServer::FilterRoot |
FilterRoot holds the root node of either an edge filter or a vertex filter. More... | |
class | VGServer::ParseNode |
ParseNode is the abstract interface for filter or selection nodes constructed by the AttributeParser. More... |