Initial jobset creation and running within the CLI and GUI.
Incomplete, just pushing this before feature freeze, much fixing left
This commit is contained in:
@@ -349,6 +349,12 @@ std::string LSET::FmtHex() const
|
||||
}
|
||||
|
||||
|
||||
int LSET::ParseHex( const std::string& str )
|
||||
{
|
||||
return ParseHex( str.c_str(), str.length() );
|
||||
}
|
||||
|
||||
|
||||
int LSET::ParseHex( const char* aStart, int aCount )
|
||||
{
|
||||
LSET tmp;
|
||||
|
||||
Reference in New Issue
Block a user