Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Static Public Member Functions | List of all members
ConstructWithMemoryManager< C > Struct Template Reference

#include <XalanMemoryManagement.hpp>

Public Types

typedef ConstructValueWithMemoryManager< C > ConstructableType
 

Static Public Member Functions

static C * construct (C *address, MemoryManager &mgr)
 
static C * construct (C *address, const C &theRhs, MemoryManager &mgr)
 

Detailed Description

template<class C>
struct ConstructWithMemoryManager< C >

Definition at line 568 of file XalanMemoryManagement.hpp.

Member Typedef Documentation

◆ ConstructableType

Definition at line 570 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ construct() [1/2]

template<class C >
static C* ConstructWithMemoryManager< C >::construct ( C *  address,
MemoryManager &  mgr 
)
inlinestatic

Definition at line 572 of file XalanMemoryManagement.hpp.

◆ construct() [2/2]

template<class C >
static C* ConstructWithMemoryManager< C >::construct ( C *  address,
const C &  theRhs,
MemoryManager &  mgr 
)
inlinestatic

Definition at line 577 of file XalanMemoryManagement.hpp.


The documentation for this struct 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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo