GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "comment-list.h"
Public Types | |
enum | comment_type { unknown, block, full_line, end_of_line, doc_string, copyright } |
Public Member Functions | |
octave_comment_elt (const std::string &s=std::string(), comment_type t=unknown) | |
octave_comment_elt (const octave_comment_elt &oc) | |
~octave_comment_elt (void) | |
octave_comment_elt & | operator= (const octave_comment_elt &oc) |
std::string | text (void) const |
comment_type | type (void) const |
Private Attributes | |
std::string | txt |
comment_type | typ |
Definition at line 36 of file comment-list.h.
Definition at line 41 of file comment-list.h.
|
inline |
Definition at line 51 of file comment-list.h.
|
inline |
Definition at line 55 of file comment-list.h.
|
inline |
Definition at line 73 of file comment-list.h.
|
inline |
Definition at line 58 of file comment-list.h.
|
inline |
Definition at line 69 of file comment-list.h.
Referenced by tree_print_code::print_comment_elt().
|
inline |
Definition at line 71 of file comment-list.h.
|
private |
Definition at line 78 of file comment-list.h.
Referenced by operator=().
|
private |
Definition at line 81 of file comment-list.h.
Referenced by operator=().