template class axl::rc::RtFactory

#include <axl_rc_RtFactory.h>

template <typename Alloc = mem::StdAllocator>
class RtFactory
{
public:
    // typedefs

    typedef Alloc Alloc;

    // classes

    class Box;
    class New;

    // methods

    static
    Ptr<void>
    operatorNew(
        obj::IType* type,
        size_t extra = 0
        );
};