Ring Daemon 16.0.0
Loading...
Searching...
No Matches
vCard::Delimiter Struct Reference

#include <vcard.h>

Collaboration diagram for vCard::Delimiter:
Collaboration graph

Static Public Attributes

static constexpr std::string_view BEGIN_TOKEN = "BEGIN:VCARD"
 
static constexpr std::string_view BEGIN_TOKEN_KEY = "BEGIN"
 
static constexpr std::string_view END_LINE_TOKEN = "\n"
 
static constexpr std::string_view END_TOKEN = "END:VCARD"
 
static constexpr std::string_view END_TOKEN_KEY = "END"
 
static constexpr std::string_view SEPARATOR_TOKEN = ";"
 

Detailed Description

Definition at line 25 of file vcard.h.

Member Data Documentation

◆ BEGIN_TOKEN

constexpr std::string_view vCard::Delimiter::BEGIN_TOKEN = "BEGIN:VCARD"
staticconstexpr

Definition at line 29 of file vcard.h.

Referenced by vCard::utils::toString(), and jami::ConversationRepository::updateInfos().

◆ BEGIN_TOKEN_KEY

constexpr std::string_view vCard::Delimiter::BEGIN_TOKEN_KEY = "BEGIN"
staticconstexpr

Definition at line 31 of file vcard.h.

Referenced by vCard::utils::toString().

◆ END_LINE_TOKEN

constexpr std::string_view vCard::Delimiter::END_LINE_TOKEN = "\n"
staticconstexpr

Definition at line 28 of file vcard.h.

Referenced by vCard::utils::toString(), and jami::ConversationRepository::updateInfos().

◆ END_TOKEN

constexpr std::string_view vCard::Delimiter::END_TOKEN = "END:VCARD"
staticconstexpr

Definition at line 30 of file vcard.h.

Referenced by vCard::utils::toString(), and jami::ConversationRepository::updateInfos().

◆ END_TOKEN_KEY

constexpr std::string_view vCard::Delimiter::END_TOKEN_KEY = "END"
staticconstexpr

Definition at line 32 of file vcard.h.

Referenced by vCard::utils::toString().

◆ SEPARATOR_TOKEN

constexpr std::string_view vCard::Delimiter::SEPARATOR_TOKEN = ";"
staticconstexpr

Definition at line 27 of file vcard.h.

Referenced by jami::ConversationRepository::updateInfos().


The documentation for this struct was generated from the following file: