SyndicationDomination
0.0
An RSS/Atom parser, because there's nothing else out there.
Loading...
Searching...
No Matches
src
feed_type.hpp
Go to the documentation of this file.
1
#pragma once
2
3
enum
FeedType
{
4
INVALID
,
RSS
,
ATOM
,
RDF
5
};
FeedType
FeedType
Definition
feed_type.hpp:3
RSS
@ RSS
Definition
feed_type.hpp:4
RDF
@ RDF
Definition
feed_type.hpp:4
ATOM
@ ATOM
Definition
feed_type.hpp:4
INVALID
@ INVALID
Definition
feed_type.hpp:4
Generated by
1.9.8