Navigation

Operators and Keywords

Function List:

C++ API

octave_comment_elt Class Reference

#include <comment-list.h>

List of all members.


Public Types

enum  comment_type {
  unknown, block, 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_eltoperator= (const octave_comment_elt &oc)
std::string text (void) const
comment_type type (void) const
 ~octave_comment_elt (void)

Member Enumeration Documentation

Enumerator:
unknown 
block 
end_of_line 
doc_string 
copyright 


Constructor & Destructor Documentation

octave_comment_elt::octave_comment_elt ( const std::string s = std::string (),
comment_type  t = unknown 
) [inline]

octave_comment_elt::octave_comment_elt ( const octave_comment_elt oc  )  [inline]

octave_comment_elt::~octave_comment_elt ( void   )  [inline]


Member Function Documentation

octave_comment_elt& octave_comment_elt::operator= ( const octave_comment_elt oc  )  [inline]

std::string octave_comment_elt::text ( void   )  const [inline]

comment_type octave_comment_elt::type ( void   )  const [inline]


The documentation for this class was generated from the following file: