libLAS API Reference  1.8.1
Classes | Namespaces | Functions
variablerecord.hpp File Reference
#include <liblas/detail/private_utility.hpp>
#include <liblas/external/property_tree/ptree.hpp>
#include <liblas/export.hpp>
#include <boost/array.hpp>
#include <string>
#include <vector>
#include <iostream>
Include dependency graph for variablerecord.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  liblas::VariableRecord
 Representation of variable-length record data. More...
 

Namespaces

 liblas
 Namespace grouping all elements of libLAS public interface.
 

Functions

bool liblas::operator== (VariableRecord const &lhs, VariableRecord const &rhs)
 Equality operator. More...
 
bool liblas::operator!= (VariableRecord const &lhs, VariableRecord const &rhs)
 Inequality operator. More...
 
LAS_DLL std::ostream & liblas::operator<< (std::ostream &os, liblas::VariableRecord const &)