~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/Common/ObjectProcessorNS/ConstantItem.hh

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
     *
41
41
     *  @param branch_name name used by json to reference the branch
42
42
     *  @param json_value value that will always be filled in this branch
43
 
     *  @param is_required if the branch doesnt exist in json, throw Squeal if
 
43
     *  @param is_required if the branch doesnt exist in json, throw MAUS::Exception if
44
44
     *  is_required is set to true
45
45
     */
46
46
    ConstantItem(std::string branch_name, Json::Value child_value, bool is_required);