A class that models a literal for double values.  
 More...
#include <LiteralDouble.h>
A class that models a literal for double values. 
- See also
 - Literal 
 
Definition at line 43 of file LiteralDouble.h.
 
◆ ReturnType
◆ VisitorType
◆ LiteralDouble() [1/4]
Constructor. 
- Parameters
 - 
  
    | v | The double value. The literal will take its ownership  | 
  
   
 
 
◆ LiteralDouble() [2/4]
◆ LiteralDouble() [3/4]
      
        
          | te::da::LiteralDouble::LiteralDouble  | 
          ( | 
          const double &  | 
          v | ) | 
           | 
        
      
 
 
◆ LiteralDouble() [4/4]
      
        
          | te::da::LiteralDouble::LiteralDouble  | 
          ( | 
          const LiteralDouble &  | 
          rhs | ) | 
           | 
        
      
 
 
◆ ~LiteralDouble()
      
        
          | te::da::LiteralDouble::~LiteralDouble  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ accept()
It call the visit method from the guest object. 
- Parameters
 - 
  
    | guest | The guest or visitor. | 
  
   
- Returns
 - Any valid value define by the template type R. 
 
 
 
◆ clone()
  
  
      
        
          | Expression* te::da::LiteralDouble::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
It creates a new copy of this expression. 
Reimplemented from te::da::Literal.
 
 
◆ getValue()
It returns the value associated to the literal. 
 
 
◆ operator=()
◆ setValue()
It sets the value associated to the literal. 
- Parameters
 - 
  
    | v | The value to be assigned to the literal. The literal takes its ownership.  | 
  
   
 
 
◆ m_value
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/dataaccess/query/LiteralDouble.h