コード例 #1
0
ファイル: text_path.hpp プロジェクト: Jeff885/mapnik
 /** Resets object to initial state. */
 void clear(void)
 {
     text_ = "";
     characters_.clear();
 }
コード例 #2
0
ファイル: text_path.hpp プロジェクト: Mappy/mapnik
 // Resets object to initial state.
 void clear()
 {
     text_.remove();
     characters_.clear();
 }