LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
encode_extended_value.h
Go to the documentation of this file.
1 #ifndef fhiclcpp_detail_encode_extended_value_h
2 #define fhiclcpp_detail_encode_extended_value_h
3 
4 // ======================================================================
5 //
6 // encode overload for extended_value
7 //
8 // ======================================================================
9 
10 #include "boost/any.hpp"
11 
12 namespace fhicl {
13 
14  class extended_value;
15 
16  namespace detail {
17 
18  boost::any encode(extended_value const& xval);
19  }
20 }
21 #endif /* fhiclcpp_detail_encode_extended_value_h */
22 
23 // Local Variables:
24 // mode: c++
25 // End:
ps_atom_t encode(std::string const &)
Definition: coding.cc:87
parameter set interface