Changeset 10353 for trunk/FACT++/src
- Timestamp:
- 04/10/11 10:50:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Converter.cc
r10352 r10353 12 12 The format parameter specifies the contents of the structure in the 13 13 form T:N[;T:N]*[;T] where T is the item type: (I)nteger, (C)haracter, 14 (L)ong, (S)hort, (F)loat, (D)ouble, X(tra long ==long long) and N is the14 (L)ong, (S)hort, (F)loat, (D)ouble, X(tra long) and N is the 15 15 number of such items. The type alone at the end means all following items 16 16 are of the same type. Example: "I:3;F:2;C" means 3 Integers, 2 Floats and 17 Characters until the end. The format parameter is used for17 characters until the end. The format parameter is used for 18 18 communicating between different platforms. 19 20 Note, that the strange notation T:N[;T:N]*[;T] is meant to be a regular 21 expression. An Xtra-long is a 'long long'. 19 22 20 23 For example:
Note:
See TracChangeset
for help on using the changeset viewer.