Xalan-C++ API Reference 1.12.0
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

template<class C>
typedef ConstructValueWithNoMemoryManager<C> xalanc::ConstructWithNoMemoryManager< C >::ConstructableType

Definition at line 546 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 553 of file XalanMemoryManagement.hpp.

◆ construct() [2/2]


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