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

#include <diff_std.hpp>

List of all members.

Public Member Functions

 Same (const object_type &object, const config_type &config)
bool operator() (const 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::Same< object_type, config_type >

Definition at line 349 of file diff_std.hpp.


Constructor & Destructor Documentation

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

Definition at line 353 of file diff_std.hpp.

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

Member Function Documentation

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

Definition at line 358 of file diff_std.hpp.

References pwiz::data::diff_impl::Same< object_type, config_type >::config_, and pwiz::data::diff_impl::Same< 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::Same< object_type, config_type >::mine_
private
template<typename object_type, typename config_type>
const config_type& pwiz::data::diff_impl::Same< object_type, config_type >::config_
private

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