ProteoWizard
Public Member Functions | Private Attributes
pwiz::data::diff_impl::SameDeep< object_type, config_type > Class Template Reference

#include <diff_std.hpp>

List of all members.

Public Member Functions

 SameDeep (const object_type &object, const config_type &config)
bool operator() (const boost::shared_ptr< object_type > &yours)

Private Attributes

const object_type & mine_
const config_type & config_

Detailed Description

template<typename object_type, typename config_type>
class pwiz::data::diff_impl::SameDeep< object_type, config_type >

Definition at line 393 of file diff_std.hpp.


Constructor & Destructor Documentation

template<typename object_type, typename config_type>
pwiz::data::diff_impl::SameDeep< object_type, config_type >::SameDeep ( const object_type &  object,
const config_type &  config 
)
inline

Definition at line 397 of file diff_std.hpp.

: mine_(object), config_(config)
{}

Member Function Documentation

template<typename object_type, typename config_type>
bool pwiz::data::diff_impl::SameDeep< object_type, config_type >::operator() ( const boost::shared_ptr< object_type > &  yours)
inline

Definition at line 402 of file diff_std.hpp.

References pwiz::data::diff_impl::SameDeep< object_type, config_type >::config_, and pwiz::data::diff_impl::SameDeep< object_type, config_type >::mine_.

{
// true iff yours is the same as mine
return !Diff<object_type, config_type>(mine_, *yours, config_);
}

Member Data Documentation

template<typename object_type, typename config_type>
const object_type& pwiz::data::diff_impl::SameDeep< object_type, config_type >::mine_
private
template<typename object_type, typename config_type>
const config_type& pwiz::data::diff_impl::SameDeep< object_type, config_type >::config_
private

The documentation for this class was generated from the following file: