~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/json/writer.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 06:10:57 UTC
  • Revision ID: me@mark.atwood.name-20110817061057-7hsj5c0dc4n3grrr
link docs/ipv6_data_type.rst to TOC in docs/columntypes.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
   {
67
67
   public:
68
68
      FastWriter();
 
69
      virtual ~FastWriter(){}
69
70
 
70
71
      void enableYAMLCompatibility();
71
72
 
101
102
   {
102
103
   public:
103
104
      StyledWriter();
 
105
      virtual ~StyledWriter(){}
104
106
 
105
107
   public: // overridden from Writer
106
108
      /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.