mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions
m::ConcreteTableFactory Struct Reference

Basic implementation of TableFactory. More...

#include <TableFactory.hpp>

Inheritance diagram for m::ConcreteTableFactory:
[legend]
Collaboration diagram for m::ConcreteTableFactory:
[legend]

Public Member Functions

std::unique_ptr< Tablemake (ThreadSafePooledString name) const override
 Returns a Table with the given name.
 

Detailed Description

Basic implementation of TableFactory.

Definition at line 20 of file TableFactory.hpp.

Member Function Documentation

◆ make()

std::unique_ptr< Table > m::ConcreteTableFactory::make ( ThreadSafePooledString  name) const
inlineoverridevirtual

Returns a Table with the given name.

Implements m::TableFactory.

Definition at line 23 of file TableFactory.hpp.


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