tool/DataTypeHandler.cpp
branchstable-1.5
changeset 2122 23414e7559de
parent 1893 9a136c0c30a2
child 2191 54cda823743a
equal deleted inserted replaced
2121:d05df15dcc6c 2122:23414e7559de
    72 		<< "These are valid data types to use with" << endl
    72 		<< "These are valid data types to use with" << endl
    73 		<< "the --type option:" << endl
    73 		<< "the --type option:" << endl
    74 		<< "  bool," << endl
    74 		<< "  bool," << endl
    75 		<< "  int8, int16, int32, int64," << endl
    75 		<< "  int8, int16, int32, int64," << endl
    76 		<< "  uint8, uint16, uint32, uint64," << endl
    76 		<< "  uint8, uint16, uint32, uint64," << endl
    77 		<< "  float, double" << endl
    77 		<< "  float, double," << endl
    78 		<< "  string, octet_string, unicode_string." << endl
    78 		<< "  string, octet_string, unicode_string." << endl
    79         << "For sign-and-magnitude coding, use the following types:" << endl
    79         << "For sign-and-magnitude coding, use the following types:" << endl
    80         << "  sm8, sm16, sm32, sm64" << endl;
    80         << "  sm8, sm16, sm32, sm64" << endl;
    81 	return s.str();
    81 	return s.str();
    82 }
    82 }