Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

VTQL::Command Struct Reference

Part of a command. More...

#include <vtql_utils.h>

List of all members.

Public Attributes

const char * sWord
 The keyword.

int iArgs
 Number of arguments for this keyword.


Detailed Description

Part of a command.

We make a VTQL command out of keywords followed by a number if arguments. E.g "STATION 123 NAME 'name'" is build if {"STATION",1},{"NAME",1}.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 14 17:37:04 2002 for libvtql by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002