SqueezeBrains SDK 1.18
|
Solution Info Class that wraps the sb_t_solution_info structure More...
#include <cs_solution.h>
Data Fields | |
array< SbProjectInfo^> | projects |
Array of the projects information of the solution.
| |
SbVersion | version |
Version of the solution
| |
int | current_project |
Index of the current project in the projects array
| |
Additional Inherited Members | |
Public Member Functions inherited from sb_cs::SbCommon | |
SbError | Error () |
Returns the error code of the last operation. If no error SbError.SB_ERR_NONE is returned. More... | |
String | ErrorMsg () |
Returns the error message of the last operation. More... | |
Static Public Member Functions inherited from sb_cs::SbCommon | |
static String | FormatError (SbError error) |
Returns the error message. More... | |
Solution Info Class that wraps the sb_t_solution_info structure
Definition at line 16 of file cs_solution.h.