Class CPackager#

Class Documentation#

class CPackager#

Packager class.

Public Functions

CPackager(CSdvPackagerEnvironment &renv)#

Constructor.

Parameters:

renv[in] Reference to the environment object.

bool Execute()#

Execute the packager dependable on the environment settings.

Returns:

Returns whether the execution was successful.

int Error() const#

Was a commandline parse error or a logical error with command line arguments detected?

Returns:

Returns the result of the command line parsing. If no error occurs, NO_ERROR is returned.

const std::string &ArgError() const#

Parse error that might have occurred.

Returns:

Returns a reference to the member variable containing the error text.