Open CASCADE Technology
6.9.0
|
#include <Message_ListOfMsg.hxx>
Message_ListOfMsg::Message_ListOfMsg | ( | ) |
Message_ListOfMsg::Message_ListOfMsg | ( | const Message_ListOfMsg & | Other | ) |
|
inline |
void Message_ListOfMsg::Append | ( | const Message_Msg & | I | ) |
void Message_ListOfMsg::Append | ( | const Message_Msg & | I, |
Message_ListIteratorOfListOfMsg & | theIt | ||
) |
void Message_ListOfMsg::Append | ( | Message_ListOfMsg & | Other | ) |
void Message_ListOfMsg::Assign | ( | const Message_ListOfMsg & | Other | ) |
void Message_ListOfMsg::Clear | ( | ) |
Standard_Integer Message_ListOfMsg::Extent | ( | ) | const |
Message_Msg& Message_ListOfMsg::First | ( | ) | const |
void Message_ListOfMsg::InsertAfter | ( | const Message_Msg & | I, |
Message_ListIteratorOfListOfMsg & | It | ||
) |
void Message_ListOfMsg::InsertAfter | ( | Message_ListOfMsg & | Other, |
Message_ListIteratorOfListOfMsg & | It | ||
) |
void Message_ListOfMsg::InsertBefore | ( | const Message_Msg & | I, |
Message_ListIteratorOfListOfMsg & | It | ||
) |
void Message_ListOfMsg::InsertBefore | ( | Message_ListOfMsg & | Other, |
Message_ListIteratorOfListOfMsg & | It | ||
) |
Standard_Boolean Message_ListOfMsg::IsEmpty | ( | ) | const |
Message_Msg& Message_ListOfMsg::Last | ( | ) | const |
|
inline |
void Message_ListOfMsg::Prepend | ( | const Message_Msg & | I | ) |
void Message_ListOfMsg::Prepend | ( | const Message_Msg & | I, |
Message_ListIteratorOfListOfMsg & | theIt | ||
) |
void Message_ListOfMsg::Prepend | ( | Message_ListOfMsg & | Other | ) |
void Message_ListOfMsg::Remove | ( | Message_ListIteratorOfListOfMsg & | It | ) |
void Message_ListOfMsg::RemoveFirst | ( | ) |