top | up | prev | next

ProjectInfo Struct

Definition at line 21 of MessageBody.hpp

Constructors

ProjectInfo()
ProjectInfo(JsonValue* value)

Member Functions

std::unique_ptr<JsonValue> ToJson() const

Member Variables

std::vector<std::string> dependsOnProjects
std::string error
std::vector<SourceFileInfo> fileInfos
std::string info
std::string projectFilePath
std::string projectHash
std::string projectId
std::string projectName
std::string target

Constructor Details

ProjectInfo Constructor

ProjectInfo::ProjectInfo()

Definition at line 35 of MessageBody.cpp :
 35 : projectId()projectHash()projectFilePath()projectName()fileInfos()dependsOnProjects()target()info()error()
 36 {
 37 }


Declaration at line 23 of MessageBody.hpp


ProjectInfo Constructor

ProjectInfo::ProjectInfo(JsonValue * value)

Definition at line 63 of MessageBody.cpp
Declaration at line 24 of MessageBody.hpp


Member Function Details

ToJson Member Function

std::unique_ptr<JsonValue > ProjectInfo::ToJson() const

Definition at line 39 of MessageBody.cpp
Declaration at line 25 of MessageBody.hpp


top | up | prev | next