vala-1.0 Reference Manual

Synopsis

public class CCodeWriter : Object  {
    public    string                    filename                  { get; construct } ;
    public    weak bool                 line_directives           { get; set; } ;
    public    weak bool                 bol                       { get; } ;


    public                              CCodeWriter               ( string              _filename ) ;


    public    void                      close                     (  ) ;
    public    void                      write_indent              ( CCodeLineDirective? line = null ) ;
    public    void                      write_string              ( string              s ) ;
    public    void                      write_newline             (  ) ;
    public    void                      write_begin_block         (  ) ;
    public    void                      write_end_block           (  ) ;
    public    void                      write_comment             ( string              text ) ;
}

CCodeWriter Description

Details

Constructor Details

CCodeWriter ()
    public                              CCodeWriter               ( string              _filename ) ;		

Field Details

Signal Details

Property Details

filename
    public    string                    filename                  { get; construct } ;		

line_directives
    public    weak bool                 line_directives           { get; set; } ;		

bol
    public    weak bool                 bol                       { get; } ;		

Method Details

close ()
    public    void                      close                     (  ) ;		

write_indent ()
    public    void                      write_indent              ( CCodeLineDirective? line = null ) ;		

write_string ()
    public    void                      write_string              ( string              s ) ;		

write_newline ()
    public    void                      write_newline             (  ) ;		

write_begin_block ()
    public    void                      write_begin_block         (  ) ;		

write_end_block ()
    public    void                      write_end_block           (  ) ;		

write_comment ()
    public    void                      write_comment             ( string              text ) ;		


Created by Valadoc