HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FS_Utils.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: FS_Utils.h ( FS Library, C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __FS_Utils__
13 #define __FS_Utils__
14 
15 #include "FS_API.h"
16 
17 #include <UT/UT_JSONWriter.h>
18 #include <UT/UT_StringHolder.h>
19 #include <UT/UT_UniquePtr.h>
20 #include <UT/UT_WorkBuffer.h>
21 
22 class UT_StringArray;
23 class UT_NetSocket;
24 
25 #include <ctime>
26 
27 extern "C"
28 {
30 }
31 
32 /// Install the FS helpers
34 
35 /// Return a list of the DSO files which have FS helpers defined (i.e. files
36 /// which have installFSHelpers())
38 
39 /// Called internally by helpers to register the files
41 
42 #endif
#define SYS_VISIBILITY_EXPORT
SYS_VISIBILITY_EXPORT void installFSHelpers()
Definition: FS_HomeHelper.C:49
FS_API void FSloadCustomHelpers()
Install the FS helpers.
FS_API const UT_StringArray & FSgetDSOList()
FS_API void FScheckDSORegister()
Called internally by helpers to register the files.
#define FS_API
Definition: FS_API.h:10