Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.4

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanSourceTreeAttributesVector Class Reference

#include <XalanSourceTreeAttributesVector.hpp>

List of all members.

Public Types

Public Methods


Detailed Description


Member Typedef Documentation

typedef std::pair<size_type, VectorType> XalanSourceTreeAttributesVector::ListEntryType

typedef std::list<ListEntryType> XalanSourceTreeAttributesVector::ListType

typedef std::vector<XalanSourceTreeAttr*> XalanSourceTreeAttributesVector::VectorType

typedef VectorType::size_type XalanSourceTreeAttributesVector::size_type


Enumeration Value Documentation

XalanSourceTreeAttributesVector::eDefaultBlockSize = 500


Constructor & Destructor Documentation

XalanSourceTreeAttributesVector::XalanSourceTreeAttributesVector ( size_type theBlockSize = eDefaultBlockSize)

Constructor.

Parameters:
theBlockSize   The block size when allocating.

XalanSourceTreeAttributesVector::~XalanSourceTreeAttributesVector ()


Member Function Documentation

XalanSourceTreeAttr ** XalanSourceTreeAttributesVector::allocate ( size_type theCount)

Allocate slots for the given number of pointers to XalanSourceTreeAttr instance and return the address of the slots.

Parameters:
theCount   The number of slots to allocate

The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.