|
SvnCpp
|
#include <annotate_line.hpp>
Public Member Functions | |
| AnnotateLine (apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, const char *line) | |
| AnnotateLine (const AnnotateLine &other) | |
| virtual | ~AnnotateLine () |
| apr_int64_t | lineNumber () const |
| svn_revnum_t | revision () const |
| const std::string & | author () const |
| const std::string & | date () const |
| const std::string & | line () const |
This class holds the data for one line in an annotation
|
inline |
References author(), date(), line(), and revision().
Referenced by AnnotateLine().
|
inline |
References AnnotateLine().
|
inlinevirtual |
destructor
|
inline |
Referenced by AnnotateLine().
|
inline |
Referenced by AnnotateLine().
|
inline |
Referenced by AnnotateLine().
|
inline |
|
inline |
Referenced by AnnotateLine().