#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 |
svn::AnnotateLine::AnnotateLine | ( | apr_int64_t | line_no, | |
svn_revnum_t | revision, | |||
const char * | author, | |||
const char * | date, | |||
const char * | line | |||
) | [inline] |
svn::AnnotateLine::AnnotateLine | ( | const AnnotateLine & | other | ) | [inline] |
virtual svn::AnnotateLine::~AnnotateLine | ( | ) | [inline, virtual] |
destructor
const std::string& svn::AnnotateLine::author | ( | ) | const [inline] |
const std::string& svn::AnnotateLine::date | ( | ) | const [inline] |
const std::string& svn::AnnotateLine::line | ( | ) | const [inline] |
apr_int64_t svn::AnnotateLine::lineNumber | ( | ) | const [inline] |
svn_revnum_t svn::AnnotateLine::revision | ( | ) | const [inline] |