Changeset 423 for trunk/bin/Parameter.h
- Timestamp:
- Jun 29, 2007, 8:43:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r240 r423 41 41 inline bool force(void) const { return force_; } 42 42 inline bool generate_config(void) const { return generate_config_; } 43 inline bool report(void) const { return report_; } 43 44 inline bool revisions(void) const { return revisions_; } 44 45 /// @return absolute path to root directory … … 58 59 bool force_; 59 60 bool generate_config_; 61 bool report_; 60 62 bool revisions_; 61 63 std::string root_;
Note: See TracChangeset
for help on using the changeset viewer.