~maus-mlcr/maus/mlcrFeb2015

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/ArrayProcessors.hh

  • Committer: Durga Rajaram
  • Date: 2013-07-24 00:19:08 UTC
  • mfrom: (659.1.72 release-candidate)
  • Revision ID: durga@fnal.gov-20130724001908-hw36h7kefglgaw3l
Tags: MAUS-v0.6.0
MAUS-v0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
  public:
110
110
    /** @Constructor
111
111
     *
112
 
     *  @param contents_processor is a pointer that will be used to process the 
113
 
     *  target contents. PointerArrayProcessor takes ownership of the memory
114
 
     *  allocated to contents_processor.
 
112
     *  @param ArrayContentsProcessor is a pointer that will be used to process 
 
113
     *  the target contents.
115
114
     */
116
115
    explicit ValueArrayProcessor
117
116
                         (ProcessorBase<ArrayContents>* ArrayContentsProcessor);