]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / system.hh
index 4e402ffeca5c40ead781a964ce5d8f2dd34bad18..387cbfd71ef0b69bfff15f1da4f781d6afc4d27a 100644 (file)
@@ -44,10 +44,10 @@ public:
   Grob *get_pure_bound (Direction dir, int start, int end);
   Grob *get_maybe_pure_bound (Direction dir, bool pure, int start, int end);
   int get_rank () const;
-  vector<Real> get_footnote_heights_in_range (vsize st, vsize end);
-  vector<Real> get_in_note_heights_in_range (vsize st, vsize end);
-  vector<Real> internal_get_note_heights_in_range (vsize st, vsize end, bool foot);
-  vector<Grob *> get_footnote_grobs_in_range (vsize st, vsize end);
+  std::vector<Real> get_footnote_heights_in_range (vsize st, vsize end);
+  std::vector<Real> get_in_note_heights_in_range (vsize st, vsize end);
+  std::vector<Real> internal_get_note_heights_in_range (vsize st, vsize end, bool foot);
+  std::vector<Grob *> get_footnote_grobs_in_range (vsize st, vsize end);
   vsize num_footnotes ();
   void do_break_substitution_and_fixup_refpoints ();
   void post_processing ();
@@ -73,10 +73,10 @@ public:
   int element_count () const;
   int spanner_count () const;
 
-  void break_into_pieces (vector<Column_x_positions> const &);
+  void break_into_pieces (std::vector<Column_x_positions> const &);
 
-  vector<Item *> broken_col_range (Item const *, Item const *) const;
-  vector<Grob *> used_columns () const;
+  std::vector<Item *> broken_col_range (Item const *, Item const *) const;
+  std::vector<Grob *> used_columns () const;
   Paper_column *column (vsize i) const;
 
   void add_column (Paper_column *);