Exemplo n.º 1
0
 internal VectorWriter(Formatter formatter, Config config)
     : this(formatter, config, false)
 {
 }
Exemplo n.º 2
0
 internal VectorWriter(Formatter formatter, Config config, bool is_abbrev_body)
 {
     m_is_abbrev_body = is_abbrev_body;
     m_formatter      = formatter;
     m_config         = config;
 }
Exemplo n.º 3
0
 internal AtomWriter(Formatter formatter)
 {
     m_formatter = formatter;
 }