svn::AnnotateLine Class Reference
#include <annotate_line.hpp>
Detailed Description
This class holds the data for one line in an annotation
Constructor & Destructor Documentation
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] |
Member Function Documentation
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] |
The documentation for this class was generated from the following file: