OpenCores
URL https://opencores.org/ocsvn/sqmusic/sqmusic/trunk

Subversion Repositories sqmusic

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 20 to Rev 21
    Reverse comparison

Rev 20 → Rev 21

/sqmusic/trunk/cpp/args.h
125,6 → 125,13
}
}
}
void check_ilegal_combinations( arg_vector_t& ilegal ) {
int count=0;
std::string names;
for( int k=0; k < ilegal.size(); k++ )
if( ilegal[k]->is_set() ) { count++; names += " " + ilegal[k]->long_name; }
if( count>1 ) throw_error( "Parameters" + names + " cannot be used together" );
}
bool help_request() { if( help_arg.is_set() ) show_help(); return help_arg.is_set(); }
std::string brackets( const argument_t& a, std::string s ) {
return a.req ? "<"+s+">" : "["+s+"]";

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.