NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
CConvertCache::SCacheKey Struct Reference

Search Toolkit Book for CConvertCache::SCacheKey

#include <gui/objutils/obj_convert.hpp>

+ Collaboration diagram for CConvertCache::SCacheKey:

Public Member Functions

 SCacheKey (objects::CScope &scope, const CObject &obj, const string &type)
 
 SCacheKey (const SCacheKey &key)
 

Public Attributes

CConstRef< objects::CScope > m_Scope
 
CConstRef< CObjectm_Obj
 
string m_Type
 

Detailed Description

Definition at line 271 of file obj_convert.hpp.

Constructor & Destructor Documentation

◆ SCacheKey() [1/2]

CConvertCache::SCacheKey::SCacheKey ( objects::CScope &  scope,
const CObject obj,
const string type 
)
inline

Definition at line 273 of file obj_convert.hpp.

◆ SCacheKey() [2/2]

CConvertCache::SCacheKey::SCacheKey ( const SCacheKey key)
inline

Definition at line 280 of file obj_convert.hpp.

Member Data Documentation

◆ m_Obj

CConstRef<CObject> CConvertCache::SCacheKey::m_Obj

Definition at line 287 of file obj_convert.hpp.

Referenced by CConvertCache::SCacheKeySort::operator()().

◆ m_Scope

CConstRef<objects::CScope> CConvertCache::SCacheKey::m_Scope

Definition at line 286 of file obj_convert.hpp.

Referenced by CConvertCache::SCacheKeySort::operator()().

◆ m_Type

string CConvertCache::SCacheKey::m_Type

Definition at line 288 of file obj_convert.hpp.

Referenced by CConvertCache::SCacheKeySort::operator()().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:33 2024 by modify_doxy.py rev. 669887