Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTFolders Class Reference

#include <OTFolders.hpp>

Static Public Member Functions

static EXPORT const OTStringAccount ()
 
static EXPORT const OTStringCert ()
 
static EXPORT const OTStringContract ()
 
static EXPORT const OTStringCredential ()
 
static EXPORT const OTStringCron ()
 
static EXPORT const OTStringInbox ()
 
static EXPORT const OTStringMarket ()
 
static EXPORT const OTStringMint ()
 
static EXPORT const OTStringNym ()
 
static EXPORT const OTStringNymbox ()
 
static EXPORT const OTStringOutbox ()
 
static EXPORT const OTStringPaymentInbox ()
 
static EXPORT const OTStringPubcred ()
 
static EXPORT const OTStringPubkey ()
 
static EXPORT const OTStringPurse ()
 
static EXPORT const OTStringReceipt ()
 
static EXPORT const OTStringRecordBox ()
 
static EXPORT const OTStringExpiredBox ()
 
static EXPORT const OTStringScript ()
 
static EXPORT const OTStringSmartContracts ()
 
static EXPORT const OTStringSpent ()
 
static EXPORT const OTStringUserAcct ()
 

Detailed Description

Definition at line 147 of file OTFolders.hpp.

Member Function Documentation

const OTString & opentxs::OTFolders::Account ( )
static

Definition at line 295 of file OTFolders.cpp.

296 {
297  return GetFolder(s_strAccount);
298 }
const OTString & opentxs::OTFolders::Cert ( )
static

Definition at line 299 of file OTFolders.cpp.

300 {
301  return GetFolder(s_strCert);
302 }
const OTString & opentxs::OTFolders::Contract ( )
static

Definition at line 303 of file OTFolders.cpp.

304 {
305  return GetFolder(s_strContract);
306 }
const OTString & opentxs::OTFolders::Credential ( )
static

Definition at line 307 of file OTFolders.cpp.

308 {
309  return GetFolder(s_strCredential);
310 }
const OTString & opentxs::OTFolders::Cron ( )
static

Definition at line 311 of file OTFolders.cpp.

312 {
313  return GetFolder(s_strCron);
314 }
const OTString & opentxs::OTFolders::ExpiredBox ( )
static

Definition at line 363 of file OTFolders.cpp.

364 {
365  return GetFolder(s_strExpiredBox);
366 }
const OTString & opentxs::OTFolders::Inbox ( )
static

Definition at line 315 of file OTFolders.cpp.

316 {
317  return GetFolder(s_strInbox);
318 }
const OTString & opentxs::OTFolders::Market ( )
static

Definition at line 319 of file OTFolders.cpp.

320 {
321  return GetFolder(s_strMarket);
322 }
const OTString & opentxs::OTFolders::Mint ( )
static

Definition at line 323 of file OTFolders.cpp.

324 {
325  return GetFolder(s_strMint);
326 }
const OTString & opentxs::OTFolders::Nym ( )
static

Definition at line 327 of file OTFolders.cpp.

328 {
329  return GetFolder(s_strNym);
330 }
const OTString & opentxs::OTFolders::Nymbox ( )
static

Definition at line 331 of file OTFolders.cpp.

332 {
333  return GetFolder(s_strNymbox);
334 }
const OTString & opentxs::OTFolders::Outbox ( )
static

Definition at line 335 of file OTFolders.cpp.

336 {
337  return GetFolder(s_strOutbox);
338 }
const OTString & opentxs::OTFolders::PaymentInbox ( )
static

Definition at line 339 of file OTFolders.cpp.

340 {
341  return GetFolder(s_strPaymentInbox);
342 }
const OTString & opentxs::OTFolders::Pubcred ( )
static

Definition at line 343 of file OTFolders.cpp.

344 {
345  return GetFolder(s_strPubcred);
346 }
const OTString & opentxs::OTFolders::Pubkey ( )
static

Definition at line 347 of file OTFolders.cpp.

348 {
349  return GetFolder(s_strPubkey);
350 }
const OTString & opentxs::OTFolders::Purse ( )
static

Definition at line 351 of file OTFolders.cpp.

352 {
353  return GetFolder(s_strPurse);
354 }
const OTString & opentxs::OTFolders::Receipt ( )
static

Definition at line 355 of file OTFolders.cpp.

356 {
357  return GetFolder(s_strReceipt);
358 }
const OTString & opentxs::OTFolders::RecordBox ( )
static

Definition at line 359 of file OTFolders.cpp.

360 {
361  return GetFolder(s_strRecordBox);
362 }
const OTString & opentxs::OTFolders::Script ( )
static

Definition at line 367 of file OTFolders.cpp.

368 {
369  return GetFolder(s_strScript);
370 }
const OTString & opentxs::OTFolders::SmartContracts ( )
static

Definition at line 371 of file OTFolders.cpp.

372 {
373  return GetFolder(s_strSmartContracts);
374 }
const OTString & opentxs::OTFolders::Spent ( )
static

Definition at line 375 of file OTFolders.cpp.

376 {
377  return GetFolder(s_strSpent);
378 }
const OTString & opentxs::OTFolders::UserAcct ( )
static

Definition at line 379 of file OTFolders.cpp.

380 {
381  return GetFolder(s_strUserAcct);
382 }

The documentation for this class was generated from the following files: