| # | Line 46 | Line 46 | class RadSimulManager { (public) | |
|---|---|---|
| 46 | bool AddHeader(const char *str); | |
| 47 | /// Append program line to header | |
| 48 | bool AddHeader(int ac, char *av[]); | |
| 49 | + | /// Get current header length in bytes |
| 50 | + | int GetHeadLen() const { |
| 51 | + | return hlen; |
| 52 | + | } |
| 53 | /// Get header lines or empty string | |
| 54 | const char * GetHeadStr() const { | |
| 55 | return hlen ? header : ""; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |