ddc
|
#include <Ross.h>
Public Member Functions | |
TUnitComment () | |
TUnitComment (int _UnitId) | |
bool | operator== (const TUnitComment &X) const |
bool | operator< (const TUnitComment &X) const |
Public Attributes | |
int | m_EntryId |
char | Editor [AuthorNameSize] |
char | Comments [UnitCommentSize] |
tm | modif_tm |
TUnitComment::TUnitComment | ( | ) |
TUnitComment::TUnitComment | ( | int | _UnitId | ) |
|
inline |
References m_EntryId.
|
inline |
References m_EntryId.
int TUnitComment::m_EntryId |
Referenced by get_size_in_bytes(), TRoss::InsertUnitComment(), operator<(), operator==(), restore_from_bytes(), and save_to_bytes().
char TUnitComment::Editor[AuthorNameSize] |
Referenced by TRoss::GetUnitTextHeader(), restore_from_bytes(), save_to_bytes(), and TRoss::SetUnitEditor().
char TUnitComment::Comments[UnitCommentSize] |
Referenced by TRoss::GetUnitTextHeader(), restore_from_bytes(), save_to_bytes(), and TRoss::SetUnitCommentStr().
tm TUnitComment::modif_tm |