The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
MemCore::Loader< X >::ldrpar Struct Reference

An internal helper class, used for type-specific reduction, holds a ref ptr to the actual object to be modified during the load process. More...

#include <elementary/memcore/Loader.hpp>

Inheritance diagram for MemCore::Loader< X >::ldrpar:
MemCore::LoaderBase::ldrpar

Public Member Functions

 ldrpar (const RefPtr< X > &xp)
 Construct a loader parameter object.
 
 ~ldrpar ()
 Destructor, clears up ref pointer.
 

Detailed Description

template<class X>
struct MemCore::Loader< X >::ldrpar

An internal helper class, used for type-specific reduction, holds a ref ptr to the actual object to be modified during the load process.