EPOC   SDK Home Glossary Indexes Previous Next Up

CParserVCalEntity class


Contents


CParserVCalEntity class — vCalendar sub-entity parser

Section Contents


Overview

Compatibility

Applications that use this class will not work correctly on a version of EPOC earlier than ER5.

Derivation

CBase

Abstract: CBase behaviour.

CVersitParser

Generic parser base class.

CRecurrenceParser

Adds ability to make vEvents and vTodos recur.

Defined in

vcal.h

Link against

versit.lib

Description

This class is a parser for vTodo or vEvent sub-entities nested within a vCalendar object.


Construction and destruction


CParserVCalEntity() — Trivial default C++ constructor

CParserVCalEntity();

Description

The default C++ constructor constructs a vCalendar sub-entity parser.


~CParserVCalEntity() — Destructor

~CParserVCalEntity();

Description

The destructor is empty, and is present only to cause the virtual function table to be defined in a unique module. See the implications of C++ destructors and statric interface DLLs.

EPOC       SDK Home Glossary Indexes Previous Next Up