Changeset 43f521291669f483d361949fa6c886c0fbd94daf for tlate/data_model.hh
- Timestamp:
- 08/26/10 20:21:08 (21 months ago)
- Children:
- 6c86e7ccc32f1c99d204262844a52b1b06359145
- Parents:
- 7ccc366e52cc1e51e123b39fccaf56267361ca58
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/26/10 20:21:08)
- Files:
-
- 1 modified
-
tlate/data_model.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tlate/data_model.hh
r868b365 r43f5212 1 1 /* This file is part of Alue, the multiprotocol Internet discussion daemon 2 2 3 Copyright © 2009 Antti-Juhani Kaijanaho3 Copyright © 2009, 2010 Antti-Juhani Kaijanaho 4 4 5 5 Alue is free software: you can redistribute it and/or modify it … … 44 44 insert(var, new string_value(val)); 45 45 } 46 void insert(std::string var, int val, unsigned md = 1) { 47 insert(var, new string_value(val, md)); 48 } 46 49 void insert(std::string var, value::const_ptr val) { 47 50 myassert(var.find('.') == std::string::npos);
