Mercurial > hg > orthanc
comparison Core/JobsEngine/Operations/JobOperationValues.h @ 2616:2f3007bf0708 jobs
event queues in Lua, serialization of sequence of operations
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 May 2018 12:25:37 +0200 |
parents | 5b6c3d77a2a1 |
children | 83ac5a05ce84 |
comparison
equal
deleted
inserted
replaced
2614:3200223f9ade | 2616:2f3007bf0708 |
---|---|
76 { | 76 { |
77 return values_.size(); | 77 return values_.size(); |
78 } | 78 } |
79 | 79 |
80 JobOperationValue& GetValue(size_t index) const; | 80 JobOperationValue& GetValue(size_t index) const; |
81 | |
82 void Serialize(Json::Value& target) const; | |
81 }; | 83 }; |
82 } | 84 } |