COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Public Types | Friends | List of all members
URI::Scheme Class Reference

#include <URI.hpp>

Classes

struct  Convert
 

Public Types

enum  Type {
  INVALID = -1, HTTP = 0, HTTPS = 1, CPATH = 2,
  FILE = 3
}
 Enumeration of the Shapes recognized in CF. More...
 
typedef EnumT< SchemeConverterBase
 

Friends

std::ostream & operator<< (std::ostream &os, const URI::Scheme::Type &in)
 
std::istream & operator>> (std::istream &is, URI::Scheme::Type &in)
 

Detailed Description

Definition at line 43 of file URI.hpp.

Member Typedef Documentation

Definition at line 54 of file URI.hpp.

Member Enumeration Documentation

enum Type

Enumeration of the Shapes recognized in CF.

Enumerator
INVALID 
HTTP 
HTTPS 
CPATH 
FILE 

Definition at line 47 of file URI.hpp.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const URI::Scheme::Type in 
)
friend

Definition at line 59 of file URI.cpp.

std::istream& operator>> ( std::istream &  is,
URI::Scheme::Type in 
)
friend

Definition at line 65 of file URI.cpp.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin