#include <stdcasa/UtilJ.h>
#include <msvis/MSVis/VisBufferComponents2.h>
using namespace casacore;
const VisBufferComponents2 VisBufferComponents2::all_p = initializeAll ();
VisBufferComponents2::operator+ (const VisBufferComponents2 & other) const
VisBufferComponents2 result = * this;
result.set_p.insert (other.begin(), other.end());
VisBufferComponents2::operator+= (const VisBufferComponents2 & other)
set_p.insert (other.set_p.begin(), other.set_p.end());
VisBufferComponents2::operator+= (VisBufferComponent2 componentToAdd)
set_p.insert (componentToAdd);
VisBufferComponents2::all ()
VisBufferComponents2::const_iterator
VisBufferComponents2::begin () const