Re: [staf-users] Two questions: STAFMapClassDefinition and line length
STAFHandle::wrapData(directory) + " LONG DETAILS"); if (res->rc == kSTAFOk) { cout << res->resultContext->asFormattedString() << endl; } else { cout << "FS LIST DIRECTORY failed with RC=" << res->rc
[staf-users] Two questions: STAFMapClassDefinition and line length
I have a couple of questions - the first is about returning formatted lists: At the moment I return a list of objects to the user by calling STAFMapClassDefinition::create() and addKey(), which is very convenient. Is it possible to do it on the fly? I want to be able to receive a format string