summaryrefslogtreecommitdiff
path: root/src/idvaluemap.hh
AgeCommit message (Collapse)Author
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-09-23Add prefix_match function and use it instead of adhoc codeMaxime Coste
2013-04-11idvaluemap: add a remove_all methodMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-27idvaluemap: minor style changesMaxime Coste
2013-03-27idvaluemap, FunctionGroup: consitfy completion methodsMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
(that is most of the time when we are not concerned with displaying)
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-06-25remove ugly id_to_str param in idvaluemap and str_to_strMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-19idvaluemap: complete_id_if method for conditional id completionMaxime Coste
2012-01-15idvaluemap: add missing includesMaxime Coste
2011-12-07better rvalue reference forwardingMaxime Coste
2011-12-02Add idvaluemap containerMaxime Coste
it is a vector based map, preserving insertion order and providing completion on ids it contains.