SqueezeBrains SDK 1.13
Project

Project management interface. More...

Collaboration diagram for Project:

Data Structures

class  sb_cs::SbProjectInfo
 Project info Class More...
 
class  sb_cs::SbProject
 Project Class
You must call the Dispose() method to free all the resources of the returned instance. More...
 

Enumerations

enum class  sb_cs::SbProjectMode : int { sb_cs::SbProjectMode::SB_PROJECT_MODE_DETECTION_ONLY = SB_PROJECT_MODE_DETECTION_ONLY , sb_cs::SbProjectMode::SB_PROJECT_MODE_DETECTION_AND_SVL = SB_PROJECT_MODE_DETECTION_AND_SVL }
 Project loading or saving mode that wraps the sb_t_project_mode enum More...
 

Detailed Description

Project management interface.

Enumeration Type Documentation

◆ SbProjectMode

enum class sb_cs::SbProjectMode : int
strong

Project loading or saving mode that wraps the sb_t_project_mode enum

Enumerator
SB_PROJECT_MODE_DETECTION_ONLY 

Load/save the minimum module information to allow detection.

SB_PROJECT_MODE_DETECTION_AND_SVL 

Load/save all the module information.

Definition at line 18 of file cs_project.h.