#include <time.h>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | EVENT_TITLE_SIZE 128 |
Maximum size for an Event's title (including null terminating character). | |
#define | EVENT_LOCATION_SIZE 64 |
Maximum size for an Event's location title (including null terminating character). | |
#define | EVENT_STREET_SIZE 64 |
Maximum size for an Event's street address (including null terminating character). | |
#define | EVENT_CITY_SIZE 32 |
Maximum size for an Event's city name (including null terminating character). | |
#define | EVENT_STATE_SIZE 3 |
Maximum size for an Event's State code (including null terminating character). | |
#define | EVENT_ZIP_SIZE 11 |
Maximum size for an Event's zip code. (including null terminating character) We're using 5-digit codes, but Events will allow longer. | |
#define | EVENT_URL_SIZE 1024 |
Maximum size for an Event's reference URL (including null terminating character). | |
#define | EVENT_DESCRIPTION_SIZE 1024 |
Maximum size for an Event's description (including null terminating character). | |
#define | EVENT_COORDINATE_UNKNOWN -500 |
Constant value indicating unknown Lat / Long coordinate. | |
#define | EVENT_TIME_UNKNOWN -1 |
Constant value indicating unknown start time or end time. |