Chi-Tech
varying.h File Reference
#include "chi_data_types.h"
#include <cstddef>
#include <iostream>
#include <vector>
#include <memory>

Go to the source code of this file.

Data Structures

class  chi_data_types::Varying
 
struct  chi_data_types::Varying::IsByteArray< T >
 
struct  chi_data_types::Varying::IsBool< T >
 
struct  chi_data_types::Varying::IsString< T >
 
struct  chi_data_types::Varying::IsFloat< T >
 
struct  chi_data_types::Varying::IsInteger< T >
 
class  chi_data_types::Varying::VaryingType
 
class  chi_data_types::Varying::VaryingArbitraryType< T >
 
struct  chi_data_types::Varying::IsSignedInteger< T >
 
struct  chi_data_types::Varying::IsUnsignedInteger< T >
 

Namespaces

namespace  chi_data_types
 

Functions

std::ostream & operator<< (std::ostream &outstr, const chi_data_types::Varying &value)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  outstr,
const chi_data_types::Varying value 
)

Stream operator

Definition at line 303 of file varying.cc.