Medical Imaging Interaction Toolkit  2018.4.99-389bf124
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

◆ infoPredicate()

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 118 of file mitkPropertyPersistence.cpp.

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

◆ infoPredicateRegEx()

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 126 of file mitkPropertyPersistence.cpp.

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