#include "comment-list.h"
Definition at line 43 of file comment-list.h.
◆ comment_type
Enumerator |
---|
unknown | |
block | |
full_line | |
end_of_line | |
copyright | |
Definition at line 48 of file comment-list.h.
◆ comment_elt() [1/2]
comment_elt::comment_elt |
( |
const std::string & |
s = "" , |
|
|
comment_type |
t = unknown , |
|
|
bool |
uses_hash_char = false |
|
) |
| |
|
inline |
◆ comment_elt() [2/2]
◆ ~comment_elt()
comment_elt::~comment_elt |
( |
| ) |
|
|
default |
◆ empty()
bool comment_elt::empty |
( |
| ) |
const |
|
inline |
◆ is_block()
bool comment_elt::is_block |
( |
| ) |
const |
|
inline |
◆ is_copyright()
bool comment_elt::is_copyright |
( |
| ) |
const |
|
inline |
◆ is_end_of_line()
bool comment_elt::is_end_of_line |
( |
| ) |
const |
|
inline |
◆ is_full_line()
bool comment_elt::is_full_line |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ reset()
void comment_elt::reset |
( |
| ) |
|
|
inline |
◆ text()
std::string comment_elt::text |
( |
| ) |
const |
|
inline |
◆ type()
◆ uses_hash_char()
bool comment_elt::uses_hash_char |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: