Definition in file r_calendar.cc.
#include "r_calendar.h"
#include "record-internal.h"
#include "protocol.h"
#include "protostructs.h"
#include "data.h"
#include "time.h"
#include "error.h"
#include "endian.h"
#include <ostream>
#include <iomanip>
#include <string.h>
#include <stdexcept>
#include "debug.h"
Go to the source code of this file.
Namespaces | |
namespace | Barry |
Defines | |
#define | __DEBUG_MODE__ |
#define | CALFC_APPT_TYPE_FLAG 0x01 |
#define | CALFC_SUBJECT 0x02 |
#define | CALFC_NOTES 0x03 |
#define | CALFC_LOCATION 0x04 |
#define | CALFC_NOTIFICATION_TIME 0x05 |
#define | CALFC_START_TIME 0x06 |
#define | CALFC_END_TIME 0x07 |
#define | CALFC_RECURRENCE_DATA 0x0c |
#define | CALFC_VERSION_DATA 0x10 |
#define | CALFC_NOTIFICATION_DATA 0x1a |
#define | CALFC_FREEBUSY_FLAG 0x1c |
#define | CALFC_TIMEZONE_CODE 0x1e |
#define | CALFC_CLASS_FLAG 0x28 |
#define | CALFC_ALLDAYEVENT_FLAG 0xff |
#define | CALFC_END 0xffff |
Variables | |
FieldLink< Calendar > | Barry::CalendarFieldLinks [] |