Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

byte_repository_factory Class Reference

class factory to create byte_repository More...

#include <byterep.h>

List of all members.

Public Member Functions

 byte_repository_factory ()
 constructor
 ~byte_repository_factory ()
 destructor
bool is_ready () const
 checks if the repository is allocated
byte_repositoryoperator-> ()
 returns the pointer to the repository

Private Attributes

byte_repository_repository
 repository pointer


Detailed Description

class factory to create byte_repository

Definition at line 167 of file byterep.h.


Constructor & Destructor Documentation

BEGIN_TERIMBER_NAMESPACE byte_repository_factory::byte_repository_factory (  ) 

constructor

Definition at line 33 of file byterep.cpp.

References _repository.

byte_repository_factory::~byte_repository_factory (  ) 

destructor

Definition at line 39 of file byterep.cpp.

References _repository.


Member Function Documentation

bool byte_repository_factory::is_ready (  )  const [inline]

checks if the repository is allocated

Definition at line 402 of file byterep.hpp.

References _repository.

Referenced by fuzzy_matcher_impl::fuzzy_matcher_impl().

byte_repository * byte_repository_factory::operator-> (  )  [inline]

returns the pointer to the repository

Definition at line 409 of file byterep.hpp.

References _repository.


Member Data Documentation


The documentation for this class was generated from the following files:


© Copyright Terimber 2003-.