
Simple struct for holding auxiliary info about an output frame. More...
#include <Transport/FrameInfo.H>

Public Member Functions | |
| FrameInfo () | |
| Default-construct with no info. | |
| FrameInfo (const std::string &descr, const rutz::file_pos &pos) | |
| Construct with a description and file position. | |
Public Attributes | |
| std::string | description |
| rutz::file_pos | srcpos |
Simple struct for holding auxiliary info about an output frame.
Definition at line 46 of file FrameInfo.H.
| FrameInfo::FrameInfo | ( | ) |
Default-construct with no info.
Definition at line 44 of file FrameInfo.C.
| FrameInfo::FrameInfo | ( | const std::string & | descr, | |
| const rutz::file_pos & | pos | |||
| ) |
Construct with a description and file position.
Definition at line 51 of file FrameInfo.C.
1.6.3