![]() |
ATLAS Offline Software
|
a Folder item (data object) is identified by the clid/key pair More...
#include <SGFolderItem.h>
Public Member Functions | |
| FolderItem (CLID id=CLID_NULL, const std::string &key="", bool exact=false) | |
| CLID | id () const |
| const std::string & | key () const |
| bool | operator< (const FolderItem &rhs) const |
| bool | isFolder () const |
| bool | exact () const |
Private Attributes | |
| CLID | m_id |
| std::string | m_key |
| bool | m_exact |
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.
Definition at line 24 of file SGFolderItem.h.
|
inline |
Definition at line 26 of file SGFolderItem.h.
|
inline |
Definition at line 37 of file SGFolderItem.h.
|
inline |
Definition at line 30 of file SGFolderItem.h.
| bool SG::FolderItem::isFolder | ( | ) | const |
Definition at line 8 of file SGFolderItem.cxx.
|
inline |
Definition at line 31 of file SGFolderItem.h.
|
inline |
Definition at line 32 of file SGFolderItem.h.
|
private |
Definition at line 41 of file SGFolderItem.h.
|
private |
Definition at line 39 of file SGFolderItem.h.
|
private |
Definition at line 40 of file SGFolderItem.h.