LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Classes | |
struct | catchall_parser |
class | map |
Functions | |
bool | isSnippetMode (bool m) |
auto | lit (char arg) |
auto | lit (std::string arg) |
bool | maximally_munched_ass (char ch) |
template<typename IIL , typename IIR > | |
std::enable_if< !std::is_same< IIL, IIR >::value &&std::is_same< typename std::remove_const< typename IIL::type >::type, typename std::remove_const< typename IIR::type >::type >::value, bool >::type | operator== (IIL left, IIR right) |
template<typename IIL , typename IIR > | |
std::enable_if< !std::is_same< IIL, IIR >::value &&std::is_same< typename std::remove_const< typename IIL::type >::type, typename std::remove_const< typename IIR::type >::type >::value, bool >::type | operator!= (IIL left, IIR right) |
bool shims::isSnippetMode | ( | bool | m | ) |
Definition at line 9 of file parse_shims.cc.
Referenced by shims::map< Key, T, Compare, Allocator >::at(), shims::map< Key, T, Compare, Allocator >::begin(), shims::map< Key, T, Compare, Allocator >::emplace(), shims::map< Key, T, Compare, Allocator >::empty(), shims::map< Key, T, Compare, Allocator >::end(), shims::map< Key, T, Compare, Allocator >::erase(), shims::map< Key, T, Compare, Allocator >::find(), lit(), shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::operator*(), shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::operator++(), shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::operator->(), shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::operator==(), operator==(), shims::map< Key, T, Compare, Allocator >::operator[](), shims::catchall_parser::parse(), shims::map< Key, T, Compare, Allocator >::size(), fhicl::intermediate_table::split(), and fhicl::extended_value::to_string().
|
inline |
Definition at line 11 of file parse_shims.h.
References lit().
Referenced by fhicl::parse_value_string().
|
inline |
|
inline |
Definition at line 40 of file parse_shims.h.
Referenced by shims::catchall_parser::parse().
std::enable_if< !std::is_same<IIL, IIR>::value && std::is_same<typename std::remove_const<typename IIL::type>::type, typename std::remove_const<typename IIR::type>::type>::value, bool>::type shims::operator!= | ( | IIL | left, |
IIR | right | ||
) |
Definition at line 347 of file stdmap_shims.h.
References operator==().
Referenced by shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::get().
std::enable_if< !std::is_same<IIL, IIR>::value && std::is_same<typename std::remove_const<typename IIL::type>::type, typename std::remove_const<typename IIR::type>::type>::value, bool>::type shims::operator== | ( | IIL | left, |
IIR | right | ||
) |
Definition at line 334 of file stdmap_shims.h.
References isSnippetMode(), and fhicl::detail::atom::value().
Referenced by shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::get(), shims::map< Key, T, Compare, Allocator >::iter< Category, TT, Distance, Pointer, Reference >::operator!=(), and operator!=().