Xalan-C++ API Reference  1.12.0
Public Types | Static Public Member Functions | List of all members
xalanc::ConstructWithMemoryManager< C > Struct Template Reference

#include <xalanc/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 xalanc::ConstructWithMemoryManager< C >

Definition at line 560 of file XalanMemoryManagement.hpp.

Member Typedef Documentation

◆ ConstructableType

Definition at line 562 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 569 of file XalanMemoryManagement.hpp.

◆ construct() [2/2]

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

Definition at line 564 of file XalanMemoryManagement.hpp.


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