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

#include <xalanc/Include/XalanMemoryManagement.hpp>

Public Types

typedef ConstructValueWithNoMemoryManager< C > ConstructableType
 

Static Public Member Functions

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

Detailed Description

template<class C>
struct xalanc::ConstructWithNoMemoryManager< C >

Definition at line 544 of file XalanMemoryManagement.hpp.

Member Typedef Documentation

◆ ConstructableType

Definition at line 546 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 553 of file XalanMemoryManagement.hpp.

◆ construct() [2/2]

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

Definition at line 548 of file XalanMemoryManagement.hpp.


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