Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPropertyPersistence.cpp File Reference
#include <algorithm>
#include <regex>
#include <utility>
#include <mitkPropertyPersistence.h>

Go to the source code of this file.

Functions

bool infoPredicate (const std::multimap< const std::string, mitk::PropertyPersistenceInfo::ConstPointer >::value_type &x, const std::string &propertyName, const std::string &mime)
 
bool infoPredicateRegEx (const std::multimap< const std::string, mitk::PropertyPersistenceInfo::ConstPointer >::value_type &x, const std::string &propertyName, const std::string &mime)
 

Function Documentation

bool infoPredicate ( const std::multimap< const std::string, mitk::PropertyPersistenceInfo::ConstPointer >::value_type &  x,
const std::string &  propertyName,
const std::string &  mime 
)

Definition at line 122 of file mitkPropertyPersistence.cpp.

Referenced by mitk::PropertyPersistence::GetInfo().

bool infoPredicateRegEx ( const std::multimap< const std::string, mitk::PropertyPersistenceInfo::ConstPointer >::value_type &  x,
const std::string &  propertyName,
const std::string &  mime 
)

Definition at line 130 of file mitkPropertyPersistence.cpp.

Referenced by mitk::PropertyPersistence::GetInfo().