SqueezeBrains SDK 1.13
sb_cs::SbSolutionInfo Class Reference

Solution Info Class that wraps the sb_t_solution_info structure More...

#include <cs_solution.h>

Inheritance diagram for sb_cs::SbSolutionInfo:
Collaboration diagram for sb_cs::SbSolutionInfo:

Data Fields

array< SbProjectInfo^> projects
 Array of the projects information of the solution.

See also
sb_t_solution_info.projects

 
SbVersion version
 Version of the solution

See also
sb_t_solution_info.version

 
int current_project
 Index of the current project in the projects array

See also
sb_t_solution_info.current_project

 

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...
 

Detailed Description

Solution Info Class that wraps the sb_t_solution_info structure

Definition at line 16 of file cs_solution.h.


The documentation for this class was generated from the following file: