Template specialisation for JProperties.  
 More...
#include <JProperties.hh>
template<>
class JEEP::JPropertiesTemplateElement< JProperties >
Template specialisation for JProperties. 
Definition at line 1159 of file JProperties.hh.
 
◆ JPropertiesTemplateElement()
Constructor. 
- Parameters
 - 
  
    | value | reference of template bject  | 
  
   
Definition at line 1168 of file JProperties.hh.
 
 
◆ read()
◆ write() [1/3]
Stream output. 
- Parameters
 - 
  
    | out | output stream  | 
    | prefix | prefix  | 
    | postfix | postfix  | 
  
   
- Returns
 - output stream 
 
Implements JLANG::JStreamSuffixOutput.
Definition at line 1196 of file JProperties.hh.
 1200       using namespace std;
 
 1202       for (JProperties::const_iterator i = 
object.begin(); i != 
object.end(); ++i) {
 
 1206         if (i->second->is_properties()) {
 
 1207           c = 
object.getDefaultDivision ();
 
 1209           c = 
object.getDefaultSeparator();
 
 1212         i->second->write(out, (prefix + i->first + c).c_str(), postfix);
 
 
 
 
◆ write() [2/3]
◆ is_properties()
◆ equals()
◆ write() [3/3]
  
  
      
        
          | virtual std::ostream& JLANG::JStreamOutput::write | 
         
       
   | 
  
inherited   | 
  
 
Stream output. 
- Parameters
 - 
  
  
 
- Returns
 - output stream 
 
 
 
◆ object
The documentation for this class was generated from the following file: