ASPiK SDK
maccommondirectories.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #pragma once
6 
7 #include "../../../include/icommondirectories.h"
8 
9 //------------------------------------------------------------------------
10 namespace VSTGUI {
11 namespace Standalone {
12 namespace Platform {
13 namespace Mac {
14 
15 //------------------------------------------------------------------------
17 {
18 public:
19  Optional<UTF8String> get (CommonDirectoryLocation location, const UTF8String& subDir,
20  bool create = false) const override;
21 };
22 
23 //------------------------------------------------------------------------
24 } // Mac
25 } // Platform
26 } // Standalone
27 } // VSTGUI
Definition: icommondirectories.h:25
Definition: customcontrols.cpp:8
Definition: maccommondirectories.h:16
holds an UTF8 encoded string and a platform representation of it
Definition: cstring.h:56
Definition: optional.h:18