Documentation for OpenFLUID
2.2.0
|
#include <ware/WareIssues.hpp>
Public Member Functions | |
openfluid::thirdparty::json | toJSON (unsigned int NewID=0) const |
Static Public Member Functions | |
static WareIssue | fromJSON (const openfluid::thirdparty::json &IssueJson) |
Public Attributes | |
unsigned int | ID |
std::string | Title |
std::string | Description |
std::vector< std::string > | Tags |
std::string | Creator |
openfluid::core::DateTime | CreatedAt |
openfluid::core::DateTime | UpdatedAt |
bool | IsOpen |
|
inlinestatic |
|
inline |
openfluid::core::DateTime openfluid::ware::WareIssue::CreatedAt |
std::string openfluid::ware::WareIssue::Creator |
std::string openfluid::ware::WareIssue::Description |
unsigned int openfluid::ware::WareIssue::ID |
bool openfluid::ware::WareIssue::IsOpen |
std::vector<std::string> openfluid::ware::WareIssue::Tags |
std::string openfluid::ware::WareIssue::Title |
openfluid::core::DateTime openfluid::ware::WareIssue::UpdatedAt |