~mbogomilov/maus/devel3

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-01-14 04:39:44 UTC
  • mfrom: (663.38.24 merge)
  • mto: (698.1.1 release)
  • mto: This revision was merged to the branch mainline in revision 693.
  • Revision ID: durga@fnal.gov-20140114043944-qf0i8nksnwu74cll
candidate 0.7.6 - trunk r1026

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
     *  @param SetMethod callback that will set a pointer to the child data,
52
52
     *  where memory is given to the ObjectProcessor
53
53
     *  @param is_required if the branch doesnt exist in json, is null in json
54
 
     *  or is NULL in C++, throw Squeal if is_required is set to true when
 
54
     *  or is NULL in C++, throw MAUS::Exception if is_required is set to true when
55
55
     *  Set...Child methods are called
56
56
     */
57
57
    PointerItem(std::string branch_name, ProcessorBase<ChildType>* child_processor,