14#ifndef ICALVALUE_CXX_H
15#define ICALVALUE_CXX_H
17#include "libical_ical_export.h"
48 std::string as_ical_string();
51 bool isa_value(
void *);
70 int get_boolean()
const;
71 void set_boolean(
const int &v);
74 int get_utcoffset()
const;
75 void set_utcoffset(
const int &v);
82 std::string get_caladdress()
const;
83 void set_caladdress(
const std::string &v);
94 std::string get_binary()
const;
95 void set_binary(
const std::string &v);
98 std::string get_text()
const;
99 void set_text(
const std::string &v);
106 int get_integer()
const;
107 void set_integer(
const int &v);
110 std::string get_uri()
const;
111 void set_uri(
const std::string &v);
122 float get_float()
const;
123 void set_float(
const float &v);
126 std::string get_query()
const;
127 void set_query(
const std::string &v);
130 std::string get_string()
const;
131 void set_string(
const std::string &v);
ICalValue & operator=(const ICalValue &)
struct icalattach_impl icalattach
An iCal attach object representing a link to a document object.
icalparameter_xliccomparetype
struct icalvalue_impl icalvalue
enum icalrequeststatus kind
Defines the data structure representing iCalendar parameter values.
ICPointerHolder< LibICal::ICalValue > ICalValueTmpPtr
C++ template classes for managing C++ pointers returned by VComponent::get_..._component,...