Class SieveBlock.

Inherits SieveProduction

The SieveBlock class models the RFC 5228 block.

void SieveBlock::append( SieveCommand * c )

Appends c to this block. Does nothing if c is 0.

List<SieveCommand> * SieveBlock::commands() const

Returns a pointer the list of commands held in this block. The returned pointer is never 0, but the list may be empty.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.