Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   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


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
 


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
eDefaultBlockSize  


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.