Home
last modified time | relevance | path

Searched refs:setFMT (Results 1 – 3 of 3) sorted by relevance

/dports/devel/sdts++/sdts++-1.5.1/tests/
H A Dsb_utils_t.cpp210 ddsh.setFMT( "R" ); // set the horizontal format to a non- in main()
230 ddsh.setFMT( "BAZ" ); // set the horizontal format to a bogus non- in main()
248 ddsh.setFMT( "BI16" ); // set the horizontal format to a good in main()
H A Dsb_ddsh_t.cpp98 assert( ddsh.setFMT( "Format" ) ); in main()
/dports/devel/sdts++/sdts++-1.5.1/sdts++/builder/
H A Dsb_Ddsh.h136 bool setFMT( std::string const& val ) { return setFormat( val ); } in setFMT() function