Sync with 5.4.2
[deliverable/titan.core.git] / common / JSON_Tokenizer.hh
index fb0748917292bee77479c2b60e27fb1c3d50018d..3bcdc07e3ed4d469dfd6b509b6e8e79f92ebb311 100644 (file)
@@ -158,6 +158,11 @@ public:
     * @return The number of characters added to the JSON document */
   int put_next_token(json_token_t p_token, const char* p_token_str = 0);
   
+  /** Adds raw data to the end of the buffer.
+    * @param p_data [in] Pointer to the beginning of the data
+    * @param p_len [in] Length of the data in bytes */
+  void put_raw_data(const char* p_data, size_t p_len);
+  
 }; // class JSON_Tokenizer
 
 // A dummy JSON tokenizer, use when there is no actual JSON document
This page took 0.022379 seconds and 5 git commands to generate.