Ignore:
Timestamp:
10/14/15 13:58:26 (9 years ago)
Author:
rlacroix
Message:

Correctly support expression with the "this" keyword when using a field_ref.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.hpp

    r731 r737  
    116116 
    117117         void buildFilterGraph(CGarbageCollector& gc, bool enableOutput); 
     118         boost::shared_ptr<COutputPin> getFieldReference(CGarbageCollector& gc); 
    118119         boost::shared_ptr<COutputPin> getSelfReference(CGarbageCollector& gc); 
    119120         boost::shared_ptr<COutputPin> getTemporalDataFilter(CGarbageCollector& gc, CDuration outFreq); 
     
    208209         //! The output pin of the filters providing the result of the field's temporal operation 
    209210         std::map<CDuration, boost::shared_ptr<COutputPin>, DurationFakeLessComparator> temporalDataFilters; 
     211         //! The output pin of the filter providing the instant data for self references 
     212         boost::shared_ptr<COutputPin> selfReferenceFilter; 
    210213         //! The source filter for data provided by the client 
    211214         boost::shared_ptr<CSourceFilter> clientSourceFilter; 
Note: See TracChangeset for help on using the changeset viewer.