A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCPSGL__Processor.html below:

NCBI C++ ToolKit: CPSGL_Processor Class Reference

Search Toolkit Book for CPSGL_Processor

#include <objtools/data_loaders/genbank/impl/psg_processor.hpp>

  CPSGL_Processor ()   virtual  ~CPSGL_Processor ()   virtual const char *  GetProcessorName () const   virtual ostream &  PrintProcessorDescr (ostream &out) const   virtual ostream &  PrintProcessorArgs (ostream &out) const   SProcessorDescrPrinter  Descr () const   virtual EProcessResult  ProcessItemFast (EPSG_Status status, const shared_ptr< CPSG_ReplyItem > &item)   virtual EProcessResult  ProcessItemSlow (EPSG_Status status, const shared_ptr< CPSG_ReplyItem > &item)   virtual EProcessResult  ProcessReplyFast (EPSG_Status status, const shared_ptr< CPSG_Reply > &reply)   virtual EProcessResult  ProcessReplySlow (EPSG_Status status, const shared_ptr< CPSG_Reply > &reply)   virtual EProcessResult  ProcessReplyFinal ()   const vector< string > &  GetErrors () const   void  AddError (const string &message)     CObject (void)   Constructor. More...
    CObject (const CObject &src)   Copy constructor. More...
  virtual  ~CObject (void)   Destructor. More...
  CObjectoperator= (const CObject &src) THROWS_NONE   Assignment operator. More...
  bool  CanBeDeleted (void) const THROWS_NONE   Check if object can be deleted. More...
  bool  IsAllocatedInPool (void) const THROWS_NONE   Check if object is allocated in memory pool (not system heap) More...
  bool  Referenced (void) const THROWS_NONE   Check if object is referenced. More...
  bool  ReferencedOnlyOnce (void) const THROWS_NONE   Check if object is referenced only once. More...
  void  AddReference (void) const   Add reference to object. More...
  void  RemoveReference (void) const   Remove reference to object. More...
  void  ReleaseReference (void) const   Remove reference without deleting object. More...
  virtual void  DoNotDeleteThisObject (void)   Mark this object as not allocated in heap – do not delete this object. More...
  virtual void  DoDeleteThisObject (void)   Mark this object as allocated in heap – object can be deleted. More...
  void *  operator new (size_t size)   Define new operator for memory allocation. More...
  void *  operator new[] (size_t size)   Define new[] operator for 'array' memory allocation. More...
  void  operator delete (void *ptr)   Define delete operator for memory deallocation. More...
  void  operator delete[] (void *ptr)   Define delete[] operator for memory deallocation. More...
  void *  operator new (size_t size, void *place)   Define new operator. More...
  void  operator delete (void *ptr, void *place)   Define delete operator. More...
  void *  operator new (size_t size, CObjectMemoryPool *place)   Define new operator using memory pool. More...
  void  operator delete (void *ptr, CObjectMemoryPool *place)   Define delete operator. More...
  virtual void  DebugDump (CDebugDumpContext ddc, unsigned int depth) const   Define method for dumping debug information. More...
    CDebugDumpable (void)   virtual  ~CDebugDumpable (void)   void  DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const   void  DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const   void  DumpToConsole (void) const  

Definition at line 62 of file psg_processor.hpp.

◆ EProcessResult ◆ CPSGL_Processor() ◆ ~CPSGL_Processor() ◆ AddError() void CPSGL_Processor::AddError ( const stringmessage ) ◆ Descr()

Definition at line 72 of file psg_processor.hpp.

Referenced by CPSGDataLoader_Impl::LoadChunksOnce(), operator<<(), CPSGL_Blob_Processor::ParseChunk(), CPSGL_Blob_Processor::ParseSplitInfo(), CPSGL_Blob_Processor::ParseTSE(), CPSGL_Blob_Processor::PostProcessBlob(), CPSGL_Blob_Processor::ProcessItemFast(), CPSGL_BioseqInfo_Processor::ProcessItemFast(), CPSGL_Info_Processor::ProcessItemFast(), CPSGL_IpgTaxId_Processor::ProcessItemFast(), CPSGL_Get_Processor::ProcessItemFast(), CPSGL_BioseqInfo_Processor::ProcessReplyFast(), CPSGL_Info_Processor::ProcessReplyFast(), CPSGL_IpgTaxId_Processor::ProcessReplyFast(), CPSGL_Get_Processor::ProcessReplyFast(), CPSGL_GetBlob_Processor::ProcessReplyFast(), CPSGL_Get_Processor::ProcessReplyFinal(), CPSGL_GetBlob_Processor::ProcessReplyFinal(), CPSGL_NA_Processor::ProcessReplyFinal(), CPSGL_Get_Processor::ProcessReplySlow(), CPSGL_GetBlob_Processor::ProcessReplySlow(), CPSGL_LocalCDDBlob_Processor::ProcessReplySlow(), CPSGL_Blob_Processor::ProcessTSE_Lock(), CPSGL_Blob_Processor::SetChunkSlot(), CPSGL_Blob_Processor::SetSplitSlot(), CPSGL_Blob_Processor::SetTSESlot(), CPSGL_Blob_Processor::TSE_ToOM(), and CPSGL_Get_Processor::x_PreProcessReply().

◆ GetErrors() const vector<string>& CPSGL_Processor::GetErrors ( void  ) const inline ◆ GetProcessorName() const char * CPSGL_Processor::GetProcessorName ( ) const virtual

Reimplemented in CPSGL_LocalCDDBlob_Processor, CPSGL_NA_Processor, CPSGL_GetChunk_Processor, CPSGL_GetBlob_Processor, CPSGL_Get_Processor, CPSGL_CDDAnnot_Processor, CPSGL_IpgTaxId_Processor, CPSGL_Info_Processor, CPSGL_BlobInfo_Processor, and CPSGL_BioseqInfo_Processor.

Definition at line 54 of file psg_processor.cpp.

Referenced by PrintProcessorDescr(), ProcessItemSlow(), and ProcessReplySlow().

◆ PrintProcessorArgs() ostream & CPSGL_Processor::PrintProcessorArgs ( ostream &  out ) const virtual ◆ PrintProcessorDescr() ostream & CPSGL_Processor::PrintProcessorDescr ( ostream &  out ) const virtual ◆ ProcessItemFast() ◆ ProcessItemSlow() ◆ ProcessReplyFast() ◆ ProcessReplyFinal() ◆ ProcessReplySlow() ◆ x_Failed()

Definition at line 82 of file psg_processor.cpp.

References AddError(), and eFailed.

Referenced by CPSGL_Blob_Processor::PostProcessBlob(), CPSGL_IpgTaxId_Processor::ProcessItemFast(), CPSGL_CDDAnnot_Processor::ProcessItemFast(), CPSGL_NA_Processor::ProcessItemFast(), CPSGL_LocalCDDBlob_Processor::ProcessItemFast(), ProcessItemSlow(), CPSGL_BioseqInfo_Processor::ProcessReplyFast(), CPSGL_BlobInfo_Processor::ProcessReplyFast(), CPSGL_Info_Processor::ProcessReplyFast(), CPSGL_IpgTaxId_Processor::ProcessReplyFast(), CPSGL_CDDAnnot_Processor::ProcessReplyFast(), CPSGL_GetBlob_Processor::ProcessReplyFast(), ProcessReplySlow(), CPSGL_CDDAnnot_Processor::ProcessReplySlow(), CPSGL_GetBlob_Processor::ProcessReplySlow(), CPSGL_GetChunk_Processor::ProcessReplySlow(), CPSGL_NA_Processor::ProcessReplySlow(), CPSGL_LocalCDDBlob_Processor::ProcessReplySlow(), CPSGL_Blob_Processor::ProcessTSE_Lock(), CPSGL_Blob_Processor::TSE_ToOM(), and CPSGL_Get_Processor::x_PreProcessReply().

◆ x_Format() [1/2]

Definition at line 89 of file psg_processor.cpp.

References NStr::NumericToString().

Referenced by CPSGL_BioseqInfo_Processor::ProcessReplyFast(), CPSGL_BlobInfo_Processor::ProcessReplyFast(), CPSGL_Info_Processor::ProcessReplyFast(), CPSGL_IpgTaxId_Processor::ProcessReplyFast(), CPSGL_GetBlob_Processor::ProcessReplyFast(), CPSGL_GetBlob_Processor::ProcessReplySlow(), CPSGL_GetChunk_Processor::ProcessReplySlow(), CPSGL_NA_Processor::ProcessReplySlow(), CPSGL_LocalCDDBlob_Processor::ProcessReplySlow(), x_Format(), x_FormatAndSetError(), and CPSGL_Get_Processor::x_PreProcessReply().

◆ x_Format() [2/2] ◆ x_FormatAndSetError() [1/2] ◆ x_FormatAndSetError() [2/2] ◆ m_Errors vector<string> CPSGL_Processor::m_Errors protected

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4