a Folder item (data object) is identified by the clid/key pair
More...
#include <SGFolderItem.h>
a Folder item (data object) is identified by the clid/key pair
If the exact
flag is set, then the request is to write the object as exactly that class, not as any derived class.
- Author
- pcala.nosp@m.fiur.nosp@m.a@lbl.nosp@m..gov - ATLAS Collaboration
- Id
- SGFolderItem.h,v 1.2 2008-03-26 22:36:54 calaf Exp
Definition at line 24 of file SGFolderItem.h.
◆ FolderItem()
SG::FolderItem::FolderItem |
( |
CLID |
id = CLID_NULL , |
|
|
const std::string & |
key = "" , |
|
|
bool |
exact = false |
|
) |
| |
|
inline |
◆ exact()
bool SG::FolderItem::exact |
( |
| ) |
const |
|
inline |
◆ id()
CLID SG::FolderItem::id |
( |
| ) |
const |
|
inline |
◆ isFolder()
bool SG::FolderItem::isFolder |
( |
| ) |
const |
◆ key()
const std::string& SG::FolderItem::key |
( |
| ) |
const |
|
inline |
◆ operator<()
Definition at line 32 of file SGFolderItem.h.
33 return (
id() < rhs.id() ||
34 ( (
id() == rhs.id()) &&
key() < rhs.key()) );
◆ m_exact
bool SG::FolderItem::m_exact |
|
private |
◆ m_id
CLID SG::FolderItem::m_id |
|
private |
◆ m_key
std::string SG::FolderItem::m_key |
|
private |
The documentation for this class was generated from the following files: