OLD | NEW |
1 // To generate typewrapping.h from typewrapping.h.pump, execute: | 1 // To generate typewrapping.h from typewrapping.h.pump, execute: |
2 // /home/build/google3/third_party/gtest/scripts/pump.py typewrapping.h.pump | 2 // /home/build/google3/third_party/gtest/scripts/pump.py typewrapping.h.pump |
3 | 3 |
4 // Copyright 2009 Google Inc. | 4 // Copyright 2009 Google Inc. |
5 // Author: tschmelcher@google.com (Tristan Schmelcher) | 5 // Author: tschmelcher@google.com (Tristan Schmelcher) |
6 // | 6 // |
7 // A template meta-programming framework for customizable rule-based | 7 // A template meta-programming framework for customizable rule-based |
8 // type-checking of type wrappers and wrapper functions. | 8 // type-checking of type wrappers and wrapper functions. |
9 // | 9 // |
10 // This framework is useful in a scenario where there are a set of types that | 10 // This framework is useful in a scenario where there are a set of types that |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 SmartFunctionWrapper$i< \ | 288 SmartFunctionWrapper$i< \ |
289 ruleSet::SmartWrapper, \ | 289 ruleSet::SmartWrapper, \ |
290 ruleSet::SmartUnwrapper, \ | 290 ruleSet::SmartUnwrapper, \ |
291 toType$for j [[, \ | 291 toType$for j [[, \ |
292 argType$j]]>::OriginalFunctionType)$for j [[, \ | 292 argType$j]]>::OriginalFunctionType)$for j [[, \ |
293 arg$j]])) | 293 arg$j]])) |
294 | 294 |
295 ]] | 295 ]] |
296 | 296 |
297 #endif // TALK_SESSION_PHONE_TYPEWRAPPINGHELPERS_H_ | 297 #endif // TALK_SESSION_PHONE_TYPEWRAPPINGHELPERS_H_ |
OLD | NEW |