Lines Matching refs:needed
895 /// Getter of the needed property of the corpus.
901 /// @return the vector of dependencies needed by this corpus.
904 {return priv_->needed;}
906 /// Setter of the needed property of the corpus.
912 /// @param needed the new vector of dependencies needed by this
915 corpus::set_needed(const vector<string>& needed)
916 {priv_->needed = needed;}
988 && priv_->needed.empty()