📄 parameterio.h
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
// ParameterIO.h : read or write parameter value pairs
//
// DESCRIPTION
// Read or write program arguments and parameter values.
//
// The arguments to the program are a list of parameter value pairs.
// These can be given on the command line, or read from a file
// or both (the command line overrides the file).
//
// The program needs to know how large a value to write
// on output. Therefore, this class is currently restricted
// to writing only the following types:
// %s strings
// %f floats
// %d ints
//
// SEE ALSO
// ParameterIO.cpp implementation of this class
//
// Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -