Public Member Functions | |
hid_t | getID () |
Note: use the returned hid_t only temporarily since its value may change, at least when File::reopenAsSWMR is called. | |
std::string | getName () |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Protected Member Functions | |
Element (const std::string &name_) | |
virtual void | close () |
virtual void | open () |
virtual void | refresh () |
virtual void | flush () |
![]() | |
Atom (const Atom &src) | |
Protected Attributes | |
ScopedHID | id |
std::string | name |
Friends | |
class | Container< Attribute, Object > |
class | Container< Object, GroupBase > |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |