openModeller  Version 1.4.0
Sample.hh File Reference
#include <openmodeller/om_defs.hh>
#include <openmodeller/os_specific.hh>
#include <cstddef>
#include <iostream>
#include <vector>
#include <stdlib.h>
Include dependency graph for Sample.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sample

Functions

dllexp std::ostream & operator<< (std::ostream &, const Sample &)
dllexp std::istream & operator>> (std::istream &, Sample &)
dllexp bool operator== (const Sample &lhs, const Sample &rhs)
dllexp bool operator!= (const Sample &lhs, const Sample &rhs)

Function Documentation

dllexp bool operator!= ( const Sample lhs,
const Sample rhs 
) [inline]

Definition at line 168 of file Sample.hh.

References Sample::equals().

Here is the call graph for this function:

dllexp std::ostream& operator<< ( std::ostream &  ,
const Sample  
)
dllexp bool operator== ( const Sample lhs,
const Sample rhs 
) [inline]

Definition at line 162 of file Sample.hh.

References Sample::equals().

Here is the call graph for this function:

dllexp std::istream& operator>> ( std::istream &  ,
Sample  
)