Navigation

Operators and Keywords

Function List:

C++ API

octave_comment_list Class Reference

#include <comment-list.h>

Inherits octave_base_list< octave_comment_elt >.

Collaboration diagram for octave_comment_list:

List of all members.

Public Member Functions

 octave_comment_list (void)
void append (const octave_comment_elt &elt)
void append (const std::string &s, octave_comment_elt::comment_type t=octave_comment_elt::unknown)
octave_comment_listdup (void) const

Constructor & Destructor Documentation

octave_comment_list::octave_comment_list ( void   )  [inline]

Member Function Documentation

void octave_comment_list::append ( const octave_comment_elt elt  )  [inline]
void octave_comment_list::append ( const std::string &  s,
octave_comment_elt::comment_type  t = octave_comment_elt::unknown 
) [inline]
octave_comment_list * octave_comment_list::dup ( void   )  const

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines