~mbogomilov/maus/devel3

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
     *  associated with this branch
51
51
     *  @param SetMethod callback that will set the value of the child data
52
52
     *  associated with this branch
53
 
     *  @param is_required if the branch doesnt exist in json, throw Squeal if
 
53
     *  @param is_required if the branch doesnt exist in json, throw MAUS::Exception if
54
54
     *  is_required is set to true
55
55
     */
56
56
    ValueItem(std::string branch_name, ProcessorBase<ChildType>* child_processor,