Changeset 353719a for marshal_types
- Timestamp:
- Feb 19, 2013, 8:29:04 PM (11 years ago)
- Branches:
- master, release-1.10
- Children:
- 5001a3d
- Parents:
- 06e04a9
- git-author:
- David Benjamin <davidben@mit.edu> (06/09/12 16:07:20)
- git-committer:
- David Benjamin <davidben@mit.edu> (02/19/13 20:29:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
marshal_types
r06e04a9 r353719a 1 # set_fn2 INT:STRING3 INT:INT4 INT:BOOL5 # get_fn6 INT:VOID7 BOOL:VOID8 STRING:VOID9 # validate_fn has same signature as set_fn10 1 # set_fromstring_fn 11 2 INT:STRING 12 3 # get_tostring_fn 13 STRING:BOOL 14 STRING:INT 15 STRING:STRING 16 4 STRING:VOID
Note: See TracChangeset
for help on using the changeset viewer.